switchUiConnectionToReplica()
Switches a UI with a specific number in the split mode.
Synopsis
int switchUiConnectionToReplica(string sSystem, int peerNr, int uiNum =
myManNum());
Parameters
Parameter | Description |
---|---|
sSystem | System name |
peerNr | To which redu host should the function switch to. |
uiNum | UI number |
Return value
Errors
Description
Switches a UI with a specific number in the split mode.
Example
Switches a UI with a specific number in the split mode.
main()
{
string sSys = "System1";
int peerNr = 1;
switchUiConnectionToReplica(sSys,peerNr, myManNum());
}
Assignment
Redu/Dist functions
Availability
CTRL