Click or drag to resize

ScoringProgramDataConnectorClientCommandManagerSendData Method

The code that handles the actual sending of requests and reading their reponses aynchronously.

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
protected abstract ScoringProgramResponse SendData(
	string sessionGuid,
	ScoringProgramDataConnectorCommands command,
	string serializedData,
	string caller = ""
)

Parameters

sessionGuid  String
Specifies which session the request targets (if any)
command  ScoringProgramDataConnectorCommands
The command to the Data Connector
serializedData  String
The data to send to the Data Connector as json data. (If any)
caller  String  (Optional)
 

Return Value

ScoringProgramResponse
See Also