SyncCallbacks::OnFullEnumerationNeeded Method
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.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: virtual void OnFullEnumerationNeeded( FullEnumerationNeededEventArgs^ args )
Parameters
- args
- Type: Microsoft.Synchronization::FullEnumerationNeededEventArgs
A FullEnumerationNeededEventArgs object that contains the event data.
Show: