Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.