Click or drag to resize

IScoringProgramClient Interface


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 interface IScoringProgramClient

The IScoringProgramClient type exposes the following members.

Properties
 NameDescription
Public propertyIsActive Signals if the client can be used.
Public propertyIsSending Signals that the client is sending and will not accept any new requests. Try again later.
Public propertyLastHandrecordQueueItemId The id of last handrecord queueitem that was retrieved.
Public propertyLastParticipantQueueItemId The id of last participant queueitem that was retrieved.
Public propertyLastPlayerDataQueueItemId The id of last player data queueitem that was retrieved.
Public propertyLastResultQueueItemId The id of last board result queueitem that was retrieved.
Top
Methods
 NameDescription
Public methodAcceptQueueData Synchronously accepts the eventqueue data of the given data type.
Public methodAcceptQueueDataAsync Asynchronously accepts the eventqueue data of the given data type.
Public methodAddSession Synchronously adds the given session to an existing event.
Public methodAddSessionAsync Asynchronously adds the given session to an existing event.
Public methodClearData Synchronously clears all dataconnector data for the club.
Public methodClearDataAsync Asynchronously clears all dataconnector data for the club.
Public methodConnect Synchronously attempts to connect to the dataconnector.
Public methodConnectAsync Asynchronously attempts to connect to the dataconnector.
Public methodContinue Synchronously instructs BCS to continue administering an event it already knows.
Public methodContinueAsync Asynchronously instructs BCS to continue administering an event it already knows.
Public methodDisconnect 
Public methodDisconnectAsync 
Public methodDoesSessionExist 
Public methodDoesSessionExistAsync 
Public methodGetAllMovements 
Public methodGetAllMovementsAsync 
Public methodGetMovement 
Public methodGetMovementAsync 
Public methodInitialize 
Public methodInitializeAsync 
Public methodIssueManagementCommand 
Public methodIssueManagementCommandAsync 
Public methodPing 
Public methodPingAsync 
Public methodPollForHandrecords 
Public methodPollForHandrecordsAsync 
Public methodPollForParticipations 
Public methodPollForParticipationsAsync 
Public methodPollForPlayerData 
Public methodPollForPlayerDataAsync 
Public methodPollForResults 
Public methodPollForResultsAsync 
Public methodSendBridgemate2Settings 
Public methodSendBridgemate2SettingsAsync 
Public methodSendBridgemate3Settings 
Public methodSendBridgemate3SettingsAsync 
Public methodSendHandrecords 
Public methodSendHandrecordsAsync 
Public methodSendParticipations 
Public methodSendParticipationsAsync 
Public methodSendPlayerData 
Public methodSendPlayerDataAsync 
Public methodSendResults 
Public methodSendResultsAsync 
Public methodUpdateMovement 
Public methodUpdateMovementAsync 
Public methodUpdateScoringGroups 
Public methodUpdateScoringGroupsAsync 
Top
See Also