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.
Called by a provider to cause the Sync Framework runtime to skip change detection for a synchronization session.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public Sub SkipChangeDetection
'Usage
Dim instance As FullEnumerationContext
instance.SkipChangeDetection()
public void SkipChangeDetection()
public:
void SkipChangeDetection()
member SkipChangeDetection : unit -> unit
public function SkipChangeDetection()
Exceptions
| Exception | Condition |
|---|---|
| SimpleProviderInvalidOperationException | ReportItems or SkipChangeDetection was called earlier, or a previous change detection failed. |