Scoring |
public class ScoringProgramDataConnectorPipeClientConnectionManager : DataConnectorPipeClientConnectionManager<ScoringProgramDataConnectorCommands>
The ScoringProgramDataConnectorPipeClientConnectionManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ScoringProgramDataConnectorPipeClientConnectionManager | Initializes a new instance of the ScoringProgramDataConnectorPipeClientConnectionManager class |
| 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) |
| Name | Description | |
|---|---|---|
| CloseConnection |
Disposes of the NamedPipeClientStream that channels messages to and from the DataConnector.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) | |
| CloseReader |
Disposes of the StreamReader class that reads messages from the DataConnector.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) | |
| CloseWriter |
Disposes of the StreamWriter class that sends messages to the DataConnector.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) | |
| Connect |
Connects to the specified named pipe synchronously.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) | |
| ConnectAsync |
Connects to the specified named pipe asynchronously.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) | |
| Dispose |
Disposes the class.
(Inherited from DataConnectorClientCommandManagerTCommand) | |
| Dispose(Boolean) |
Disposes the stream, writer and reader for the DataConnector if disposing is not already in progress.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) | |
| LogError |
Logs an exception.
(Overrides DataConnectorClientCommandManagerTCommandLogError(Exception)) | |
| LogMethodEntry(String) |
Logs entry of a method.
(Overrides DataConnectorClientCommandManagerTCommandLogMethodEntry(String)) | |
| LogMethodEntry(String, ValueTupleString, Object) |
Logs the entry to a method with its parameters (if any),
(Inherited from DataConnectorClientCommandManagerTCommand) |
| Name | Description | |
|---|---|---|
| PipeClientDisposed |
Will be raised if the named pipe client has been disposed (due to an error).
(Inherited from DataConnectorPipeClientConnectionManagerTCommand) |
| Name | Description | |
|---|---|---|
| DataConnectorClientLogger |
NLog implementation of logging.
(Inherited from DataConnectorClientCommandManagerTCommand) | |
| ScoringProgramClientLogger | The logger. |