|   | DataPublisherSendClientResponse(Guid, ServerResponse, ServerCommand) Method | 
        
        
            Sends response back to specified client.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
SyntaxProtected Overridable Function SendClientResponse ( 
	clientID As Guid,
	response As ServerResponse,
	command As ServerCommand
) As Boolean
function SendClientResponse(clientID, response, command);
Parameters
- clientID  Guid
- ID of client to send response.
- response  ServerResponse
- Server response.
- command  ServerCommand
- In response to command.
Return Value
Booleantrue if send was successful; otherwise 
false.
 See Also
See Also