Scoring |
The ScoringProgramDataConnectorPipeClientConnectionManager type exposes the following members.
| Name | Description | |
|---|---|---|
| DataConnectorReader |
The class that reads data from the pipe stream. Can and must be disposed.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) | |
| DataConnectorStream |
The underlying pipe stream for both the writer and the reader. Can and must be disposed.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) | |
| DataConnectorWriter |
The class that writes data over the pipe stream. Can and must be disposed.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) | |
| IsActive |
Can be used to see if there already is a connection to the Data Connector. If so, do not try to connect again.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) | |
| LoggingSource |
Returns the logging source.
(Overrides DataConnectorClientCommandManagerTCommandLoggingSource) | |
| TimeOutInMilliSeconds |
The timeout for establishing a connection with the Data Connector.
If not set the default value DefaultTimeOutInMilliSeconds will be used.
(Inherited from DataConnectorClientCommandManagerTCommand) |