help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Resource strings][Constants][Types][Classes][Variables] Reference for unit 'simpleipc' (#fcl)

TIPCServerComm.StopServer

Stop the server side of the communication channel.

Declaration

Source position: simpleipc.pp line 55

public procedure TIPCServerComm.StopServer; virtual; abstract;

Description

StartServer 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.

Errors

In case of an error, an EIPCError exception is raised.

See also

TSimpleIPCServer

  

Simple IPC server component

TSimpleIPC.Active

  

Communication channel active

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505