Click or drag to resize

ScoringProgramPipeClientUpdateMovementAsync Method

Instructs BCS asynchronously to update the movement for the given section. Be sure to include the movement for the section after its change. BCS will figure out how to adjust its data to enact the change. Mind that board results will be erased for each table starting from the lowest numbered round with different round data.

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> UpdateMovementAsync(
	SectionUpdateDTO updatedSection
)

Parameters

updatedSection  SectionUpdateDTO
The section with its tables and rounds as they are after the update.

Return Value

TaskScoringProgramResponse
See Also