[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Disconnect from the server
Source position: simpleipc.pp line 130
public procedure TIPCClientComm.Disconnect; virtual; abstract; |
Disconnect closes the communication channel with the server. Any calls to SendMessage are invalid after Disconnect was called.
Disconnect is called by the TSimpleIPCClient.Disconnect call or when the Active property is set to False.
Messages can no longer be sent after Disconnect was called.
If the connection shutdown fails, or the connection was already shut down, then an exception may be raised.
|
Disconnect from the server |
|
|
Communication channel active |
|
|
Connect to the server |