SyncSessionContext::IsCanceled Method

Indicates whether the synchronization session has been canceled.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
bool IsCanceled()

Return Value

Type: System::Boolean
true if the synchronization session has been canceled; otherwise, false. The default is false.
Show: