Click or drag to resize

ServerBaseSendClientDataComplete Event

Occurs when data has been sent to a client.

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

Value

EventHandlerEventArgsGuid

Implements

IServerSendClientDataComplete
Remarks
Argument is the ID of the client to which the data has been sent.
See Also