DomainController.GetReplicationOperationInformation Method

Definition

Retrieves the current and pending replication operations for this domain controller.

public:
 override System::DirectoryServices::ActiveDirectory::ReplicationOperationInformation ^ GetReplicationOperationInformation();
public override System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation GetReplicationOperationInformation ();
override this.GetReplicationOperationInformation : unit -> System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation
Public Overrides Function GetReplicationOperationInformation () As ReplicationOperationInformation

Returns

A ReplicationOperationInformation object that contains the current and pending replication operations.

Exceptions

A call to the underlying directory service resulted in an error.

The target server is either busy or unavailable.

The object has been disposed.

The specified account does not have permission to perform this operation.

Applies to

See also