Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.