Click or drag to resize

DataPublisher.SendClientResponse(Guid, ServerResponse, ServerCommand, Byte[]) Method

Sends response back to specified client with attached data.

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

Parameters

clientID  Guid
ID of client to send response.
response  ServerResponse
Server response.
command  ServerCommand
In response to command.
data  Byte[]
Data to return to client; null if none.

Return Value

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