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.
Gets an object that a synchronization application can use to register to receive notification of events that occur during synchronization.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property DestinationCallbacks As SyncCallbacks
Get
'Usage
Dim instance As KnowledgeSyncProvider
Dim value As SyncCallbacks
value = instance.DestinationCallbacks
public SyncCallbacks DestinationCallbacks { get; }
public:
property SyncCallbacks^ DestinationCallbacks {
SyncCallbacks^ get ();
}
member DestinationCallbacks : SyncCallbacks
function get DestinationCallbacks () : SyncCallbacks
Property Value
Type: Microsoft.Synchronization.SyncCallbacks
An object that a synchronization application can use to register to receive notification of events that occur during synchronization.