Click or drag to resize

IServerClientDisconnected Event

Occurs when a client disconnects from the server.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
event EventHandler<EventArgs<Guid>> ClientDisconnected

Value

EventHandlerEventArgsGuid
Remarks
Argument is the ID of the client that disconnected from the server.
See Also