Scoring |
The ScoringProgramDataConnectorHttpClient type exposes the following members.
| Name | Description | |
|---|---|---|
| ApiUrlRoot | Constructs the full url for the webservice based on whether it is hosted in local host or in the cloud. | |
| Credentials | The information needed to get access to the http channel for the data communicator. | |
| IsActive |
Always returns true.
(Overrides DataConnectorClientCommandManagerTCommandIsActive) | |
| IsSending |
Only one request can be sent at the same time. So let asynchronous code always check, set and reset this
property before, while and after sending a request. Feel free to make more nifty implementations.
(Inherited from ScoringProgramDataConnectorClientCommandManager) | |
| LastHandrecordQueueItemId |
The id of the last handrecord queue item downloaded from the Data Connector.
You can use this to internally accept this item (and all before of the same type).
(Inherited from ScoringProgramDataConnectorClientCommandManager) | |
| LastParticipantQueueItemId |
The id of the last participant queue item downloaded from the Data Connector.
You can use this to internally accept this item (and all before of the same type).
(Inherited from ScoringProgramDataConnectorClientCommandManager) | |
| LastPlayerDataQueueItemId |
The id of the last player data queue item downloaded from the Data Connector.
You can use this to internally accept this item (and all before of the same type).
(Inherited from ScoringProgramDataConnectorClientCommandManager) | |
| LastResultQueueItemId |
The id of the last result queue item downloaded from the Data Connector.
You can use this to internally accept this item (and all before of the same type).
(Inherited from ScoringProgramDataConnectorClientCommandManager) | |
| LoggingSource |
The source of the logging records.
(Inherited from ScoringProgramDataConnectorClientCommandManager) | |
| TimeOutInMilliSeconds |
The timeout for establishing a connection with the Data Connector.
If not set the default value DefaultTimeOutInMilliSeconds will be used.
(Inherited from DataConnectorClientCommandManagerTCommand) | |
| UseLocalHost | If set to true will make the client communicate with the local host hosted webservice. Used for debugging only. |