Click or drag to resize

ServerBaseClientDisconnected 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
public event EventHandler<EventArgs<Guid>> ClientDisconnected
View Source

Value

EventHandlerEventArgsGuid

Implements

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