Method | Description | |
---|---|---|
AbortPartitionOperationRequest ( System partitionDN, int flags ) : System |
Constructs an extended operation object for aborting a partition operation.
|
public AbortPartitionOperationRequest ( System partitionDN, int flags ) : System | ||
partitionDN | System | The distinguished name of the replica's /// partition root. /// /// |
flags | int | Determines whether all servers in the replica ring must /// be up before proceeding. When set to zero, the status of the /// servers is not checked. When set to Ldap_ENSURE_SERVERS_UP, /// all servers must be up for the operation to proceed. /// /// |
return | System |