Click or drag to resize

ScoringProgramDataConnectorClientCommandManagerAcceptQueueData 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.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
public 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