Transport events
The User is given the option of disconnecting from the exchange using following event:
event doDisconnect {
string transportName;
dictionary<string, string> extraParams;
}
To connect back to a Exchange the user have to send the event.
event doConnect {
string transportName;
dictionary<string, string> extraParams;
}