3 references to SyncAllCallbackRoutine
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (2)
50
_syncAllFunctionPointer = new SyncReplicaFromAllServersCallback(
SyncAllCallbackRoutine
);
75
_syncAllFunctionPointer = new SyncReplicaFromAllServersCallback(
SyncAllCallbackRoutine
);
System\DirectoryServices\ActiveDirectory\DomainController.cs (1)
89
syncAllFunctionPointer = new SyncReplicaFromAllServersCallback(
SyncAllCallbackRoutine
);