Click or drag to resize

IServerClientConnected Event

Occurs when a client connects to the server.

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

Value

EventHandlerEventArgsGuid
Remarks
Argument is the ID of the client that connected to the server.
See Also