 | ScoringProgramPipeClientUpdateMovement Method |
Instructs BCS synchronously 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.ScoringProgramClientAssembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntaxpublic ScoringProgramResponse UpdateMovement(
SectionUpdateDTO updatedSection
)
Parameters
- updatedSection SectionUpdateDTO
- The section with its tables and rounds as they are after the update.
Return Value
ScoringProgramResponse
See Also