SyncSessionContext.IsCanceled Method

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()
member IsCanceled : unit -> bool 
public function IsCanceled() : boolean

Return Value

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

See Also

Reference

SyncSessionContext Class

Microsoft.Synchronization Namespace