Click or drag to resize

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

Sends response back to specified client with a formatted message.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.241-beta
Syntax
protected virtual bool SendClientResponse(
	Guid clientID,
	ServerResponse response,
	ServerCommand command,
	string formattedStatus,
	params Object[] args
)
View Source

Parameters

clientID  Guid
ID of client to send response.
response  ServerResponse
Server response.
command  ServerCommand
In response to command.
formattedStatus  String
Formatted status message to return.
args  Object[]
Arguments for formattedStatus.

Return Value

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