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.
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 Event FullEnumerationNeeded As EventHandler(Of FullEnumerationNeededEventArgs)
'Usage
Dim instance As SyncCallbacks
Dim handler As EventHandler(Of FullEnumerationNeededEventArgs)
AddHandler instance.FullEnumerationNeeded, handler
public event EventHandler<FullEnumerationNeededEventArgs> FullEnumerationNeeded
public:
event EventHandler<FullEnumerationNeededEventArgs^>^ FullEnumerationNeeded {
void add (EventHandler<FullEnumerationNeededEventArgs^>^ value);
void remove (EventHandler<FullEnumerationNeededEventArgs^>^ value);
}
member FullEnumerationNeeded : IEvent<EventHandler<FullEnumerationNeededEventArgs>,
FullEnumerationNeededEventArgs>
JScript supports the use of events, but not the declaration of new ones.
See Also
Reference
Microsoft.Synchronization Namespace