Click or drag to resize

DataConnectorPipeClientTCommand Methods

The DataConnectorPipeClientTCommand type exposes the following members.

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