 | ScoringProgramPipeClientPollForHandrecords Method |
Polls the Data Connector synchronously for new handrecords for the session,
Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClientAssembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntaxpublic HandrecordDTO[] PollForHandrecords(
string sessionGuid,
bool all = false
)
Parameters
- sessionGuid String
- Required. The guid of the session to poll handrecords for.
- all Boolean (Optional)
- Poll all handrecords for the session, included ones polled before.
Return Value
HandrecordDTO
See Also