Click or drag to resize

ScoringProgramHttpClientSendParticipationsAsync Method

Sends participations to the BCS queue.

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> SendParticipationsAsync(
	string sessionGuid,
	ParticipationDTO[] dtos
)

Parameters

sessionGuid  String
The guid of the session that all participations must belong to.
dtos  ParticipationDTO

Return Value

TaskScoringProgramResponse
Remarks
Best practice is to send PlayerNumbers only. For this to work the PlayerDataDTOs have to be sent beforehand.
See Also