Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the synchronization session has been canceled.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function IsCanceled As Boolean
'Usage
Dim instance As SyncSessionContext
Dim returnValue As Boolean
returnValue = instance.IsCanceled
public bool IsCanceled ()
public:
bool IsCanceled ()
public boolean IsCanceled ()
public function IsCanceled () : boolean
Return Value
true if the synchronization session has been canceled; otherwise, false. The default is false.
See Also
Reference
SyncSessionContext Class
SyncSessionContext Members
Microsoft.Synchronization Namespace