switchCtrlConnectionsToReplica()
Switches Ctrl in split mode.
Synopsis
int switchCtrlConnectionsToReplica(string sSystem, int peerNr);
Parameters
| Parameter | Description | 
|---|---|
| sSystem | System name | 
| peerNr | To which redu host should the function switch to | 
Return value
Errors
Description
Switches Ctrl in split mode.
 EXAMPLE
EXAMPLE
The following example switches UI in split mode.
main()
{
  string sSys = "System1";
  int peerNr = 1;
  switchCtrlConnectionsToReplica(sSys,peerNr);
}Assignment
Redu/Dist functions
Availability
CTRL
