Wait all objects will be syncronized to server

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

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
Type: object

ID sync marker

timeout
Type: TimeSpan

Timeout to wait.

Return Value

Type: 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