|
DataPublisherSendClientResponse(Guid, ServerResponse, ServerCommand, String) Method
|
Sends response back to specified client with a message.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function SendClientResponse(clientID, response, command, status);
View SourceParameters
- clientID Guid
- ID of client to send response.
- response ServerResponse
- Server response.
- command ServerCommand
- In response to command.
- status String
- Status message to return.
Return Value
Booleantrue if send was successful; otherwise
false.
See Also