Click or drag to resize

DataConnectorPipeClientConnectionManagerTCommand Methods

The DataConnectorPipeClientConnectionManagerTCommand type exposes the following members.

Methods
 NameDescription
Public methodCloseConnection Disposes of the NamedPipeClientStream that channels messages to and from the DataConnector.
Public methodCloseReader Disposes of the StreamReader class that reads messages from the DataConnector.
Public methodCloseWriter Disposes of the StreamWriter class that sends messages to the DataConnector.
Public methodConnect Connects to the specified named pipe synchronously.
(Overrides DataConnectorClientCommandManagerTCommandConnect(String))
Public methodConnectAsync Connects to the specified named pipe asynchronously.
(Overrides DataConnectorClientCommandManagerTCommandConnectAsync(String))
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.
(Overrides DataConnectorClientCommandManagerTCommandDispose(Boolean))
Protected methodLogError Logs an error
(Inherited from DataConnectorClientCommandManagerTCommand)
Protected methodLogMethodEntry(String) Logs the entry to a method.
(Inherited from DataConnectorClientCommandManagerTCommand)
Public methodLogMethodEntry(String, ValueTupleString, Object) Logs the entry to a method with its parameters (if any),
(Inherited from DataConnectorClientCommandManagerTCommand)
Top
See Also