switchUiConnectionsToReplica()
Switches the UI in the split mode.
Synopsis
int switchUiConnectionsToReplica(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 the UI in the split mode.
EXAMPLE
The following example switches the UI in the split mode.
main()
{
string sSys = "System1";
int peerNr = 1;
switchUiConnectionsToReplica(sSys,peerNr);
}
Assignment
Redu/Dist functions
Availability
CTRL