TK.WaitSyncMarker Method

Wait all objects will be syncronized to server
Public Shared Function WaitSyncMarker( _ 
ByVal id As Object, _ 
ByVal timeout As TimeSpan
) As Boolean
This language is not supported or no code example is available.
public static bool WaitSyncMarker( 
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

bool

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

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition