 | ScoringProgramPipeClientAcceptQueueData Method |
Signals to the Data Connector synchronously that a specific type of queuedata up to the specified id does not need to be sent again.
Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClientAssembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntaxpublic ScoringProgramResponse AcceptQueueData(
string sessionGuid,
DataConnectorResponseData dataType
)
Parameters
- sessionGuid String
- The guid of the session to accept the specific eventqueue data for.
- dataType DataConnectorResponseData
- The type of eventqueue data to accept (results, handrecords, participations, etc.).
Return Value
ScoringProgramResponse
Remarks
The Data Connector requires an id of the last downloaded eventqueue item of the given type. These id's are stored
as fields in this class. You can also choose to make the last eventqueue id (for the given type!) a parameter of this method.
See Also