Click or drag to resize

ScoringProgramDataConnectorPipeClientConnectionManager Methods

The ScoringProgramDataConnectorPipeClientConnectionManager type exposes the following members.

Methods
 NameDescription
Public methodCloseConnection Disposes of the NamedPipeClientStream that channels messages to and from the DataConnector.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand)
Public methodCloseReader Disposes of the StreamReader class that reads messages from the DataConnector.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand)
Public methodCloseWriter Disposes of the StreamWriter class that sends messages to the DataConnector.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand)
Public methodConnect Connects to the specified named pipe synchronously.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand)
Public methodConnectAsync Connects to the specified named pipe asynchronously.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand)
Public methodDispose Disposes the class.
(Inherited from DataConnectorClientCommandManagerTCommand)
Protected methodDispose(Boolean) Disposes the stream, writer and reader for the DataConnector if disposing is not already in progress.
(Inherited from DataConnectorPipeClientConnectionManagerTCommand)
Protected methodLogError Logs an exception.
(Overrides DataConnectorClientCommandManagerTCommandLogError(Exception))
Protected methodLogMethodEntry(String) Logs entry of a method.
(Overrides DataConnectorClientCommandManagerTCommandLogMethodEntry(String))
Public methodLogMethodEntry(String, ValueTupleString, Object) Logs the entry to a method with its parameters (if any),
(Inherited from DataConnectorClientCommandManagerTCommand)
Top
See Also