|
DataPublisherSendClientResponse(Guid, ServerResponse, ServerCommand, String, Object) Method
|
Sends response back to specified client with a formatted message.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function SendClientResponse(clientID, response, command, formattedStatus, ... args);
View SourceParameters
- 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
Booleantrue if send was successful; otherwise
false.
See Also