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.
Dispatches the FullEnumerationNeeded event. This event occurs when the forgotten knowledge from the source provider is not contained in the current knowledge of the destination provider.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Overridable Sub OnFullEnumerationNeeded ( _
args As FullEnumerationNeededEventArgs _
)
'Usage
Dim instance As SyncCallbacks
Dim args As FullEnumerationNeededEventArgs
instance.OnFullEnumerationNeeded(args)
public virtual void OnFullEnumerationNeeded(
FullEnumerationNeededEventArgs args
)
public:
virtual void OnFullEnumerationNeeded(
FullEnumerationNeededEventArgs^ args
)
abstract OnFullEnumerationNeeded :
args:FullEnumerationNeededEventArgs -> unit
override OnFullEnumerationNeeded :
args:FullEnumerationNeededEventArgs -> unit
public function OnFullEnumerationNeeded(
args : FullEnumerationNeededEventArgs
)
Parameters
- args
Type: Microsoft.Synchronization.FullEnumerationNeededEventArgs
A FullEnumerationNeededEventArgs object that contains the event data.