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.
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. |