TK.WaitSyncMarkerAsync Method

Wait all objects will be syncronized to server async
Public Shared Function WaitSyncMarkerAsync( _ 
ByVal id As Object, _ 
ByVal timeout As TimeSpan
) As Task(Of Boolean)
This language is not supported or no code example is available.
public static Task<bool> WaitSyncMarkerAsync( 
object id
TimeSpan timeout 
)
This language is not supported or no code example is available.

Parameters

id
object

ID sync marker

timeout
TimeSpan

Timeout to wait.

Return Value

Task<bool>

Flag indicating whether objects were syncronized to server. If returns "true" then sync marker is disposed internally

.NET Framework

Supported in: 4.8

In this article

Definition