Click or drag to resize

ServerBaseOnSendClientDataStart Method

Raises the SendClientDataStart event.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnSendClientDataStart(
	Guid clientID
)
View Source

Parameters

clientID  Guid
ID of client to send to SendClientDataStart event.
See Also