[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Stop the server side of the communication channel.
Source position: simpleipc.pp line 58
public procedure TIPCServerComm.StopServer; virtual; abstract; |
StopServer closes down the server-side of the communication channel. After StartServer was called, a client can no longer connect to the communication channel, or even send messages to the server if it was previously connected (i.e. it will be disconnected).
It is called when the TSimpleIPC.Active property of the TSimpleIPCServer instance is set to False.
In case of an error, an EIPCError exception is raised.
|
Simple IPC server component |
|
|
Communication channel active |