AdamInstance.TriggerSyncReplicaFromNeighbors(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.
Begins a synchronization of the specified partition.
public:
override void TriggerSyncReplicaFromNeighbors(System::String ^ partition);
public override void TriggerSyncReplicaFromNeighbors (string partition);
override this.TriggerSyncReplicaFromNeighbors : string -> unit
Public Overrides Sub TriggerSyncReplicaFromNeighbors (partition 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
parameter is null
.
The partition
is parameter not valid.
The object has been disposed.
The specified account does not have permission to perform this operation.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.