Click or drag to resize

ScoringProgramPipeClientAcceptQueueDataAsync Method

Signals to the Data Connector asynchronously that a specific type of queuedata up to the specified id does not need to be sent again.

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public Task<ScoringProgramResponse> AcceptQueueDataAsync(
	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

TaskScoringProgramResponse
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