Click or drag to resize

ScoringProgramHttpClientAcceptQueueDataAsync Method

Signals to the Data Connector 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
dataType  DataConnectorResponseData

Return Value

TaskScoringProgramResponse
Remarks
The Data Connector requires an id of the last downloaded eventqueu 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