Click or drag to resize

ScoringProgramPipeClient Properties

The ScoringProgramPipeClient type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberInstance The single instance of the pipe client. Use this property to retrieve the client and use it in the external program.
Public propertyIsSending 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.
Public propertyLastHandrecordQueueItemId 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).
Public propertyLastParticipantQueueItemId 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).
Public propertyLastPlayerDataQueueItemId 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).
Public propertyLastResultQueueItemId 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).
Protected propertyLoggingSource The source of the logging records.
(Overrides DataConnectorPipeClientTCommandLoggingSource)
Top
See Also