Click or drag to resize

ScoringProgramPipeClientPollForPlayerDataAsync Method

Polls the client queue asynchronously for new player data for the specified session.

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<PlayerDataDTO[]> PollForPlayerDataAsync(
	string sessionGuid,
	bool all = false
)

Parameters

sessionGuid  String
Required. The guid of the session to poll participations for.
all  Boolean  (Optional)
Poll all player data for the session, included ones polled before.

Return Value

TaskPlayerDataDTO
See Also