Click or drag to resize

ScoringProgramPipeClientSendParticipations 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: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public ScoringProgramResponse SendParticipations(
	string sessionGuid,
	ParticipationDTO[] dtos
)

Parameters

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

Return Value

ScoringProgramResponse
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