AdamInstance.SyncReplicaFromServer(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Synchronizes the specified partition with the specified domain controller.
public:
override void SyncReplicaFromServer(System::String ^ partition, System::String ^ sourceServer);
public override void SyncReplicaFromServer (string partition, string sourceServer);
override this.SyncReplicaFromServer : string * string -> unit
Public Overrides Sub SyncReplicaFromServer (partition As String, sourceServer As String)
Parameters
Exceptions
A call to the underlying directory service resulted in an error.
The target server is either busy or unavailable.
The partition
or sourceServer
parameter is null
.
The partition
or sourceServer
parameter is not valid.
The object has been disposed.
The specified account does not have permission to perform this operation.