Method | Description | |
---|---|---|
MergePartitionsRequest ( System dn, int flags ) : System |
Constructs an extended operation object for merging partitions.
|
public MergePartitionsRequest ( System dn, int flags ) : System | ||
dn | System | The distinguished name of the child partition's 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 |