Click or drag to resize

ScoringProgramDataConnectorClientCommandManagerSendParticipationsAsync Method

Sends participations asynchronously to the BCS queue.

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 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
Participations can be sent in two ways: 1. Setting the SessionGuid and PlayerNumber property only. In this case a PlayerDataDTO with this SessionGuid-PlayerNumber must have been uploaded too. 2.Specifying the SessionGuid and at least the LastName property, but not the PlayerNumber. In this case no corresponding PlayerData having been sent before is expected. Setting both the PlayerNumber and LastName property will result in an error.
See Also