IServerClientDisconnected Event

Occurs when a client disconnects from the server.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.141 -- Release Build+c66e253161c5117b5bc3ebd72dcf095c9b8944a8
event EventHandler<EventArgs<Guid>> ClientDisconnected

Value

EventHandlerEventArgsGuid

Remarks

Argument is the ID of the client that disconnected from the server.

See Also