Click or drag to resize

DataPublisherSendClientResponse(Guid, ServerResponse, ServerCommand) Method

Sends response back to specified client.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual bool SendClientResponse(
	Guid clientID,
	ServerResponse response,
	ServerCommand command
)
View Source

Parameters

clientID  Guid
ID of client to send response.
response  ServerResponse
Server response.
command  ServerCommand
In response to command.

Return Value

Boolean
true if send was successful; otherwise false.
See Also