Scoring |
The ScoringProgramDataConnectorPipeClientConnectionManager type exposes the following members.
| 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) |