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