SetMasterReplicaByName
Description
Sets the replica that masters the user record and commits the change to the schema repository. To change the mastership the record must be mastered at the local site.
Syntax
Perl
$user->SetMasterReplicaByName(replicaName);
- Identifier
- Description
- user
- A User object.
- replicaName
- A String that specifies the name of the replica that masters the user.
- Return value
- None on success, or else an exception.