DomainController.GetReplicationOperationInformation 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.
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.