Click or drag to resize

DataConnectorPipeClientTCommand Properties

The DataConnectorPipeClientTCommand type exposes the following members.

Properties
 NameDescription
Protected propertyDataConnectorReader The class that reads data from the pipe stream. Can and must be disposed.
Protected propertyDataConnectorStream The underlying pipe stream for both the writer and the reader. Can and must be disposed.
Protected propertyDataConnectorWriter The class that writes data over the pipe stream. Can and must be disposed.
Public propertyIsActive Can be used to see if there already is a connection to the Data Connector. If so, do not try to connect again.
Protected propertyLoggingSource The source for the logging: Client or Server, BCS or ScoringProgram.
Public propertyTimeOutInMilliSeconds The timeout for establishing a connection with the Data Connector. If not set the default value DefaultTimeOutInMilliSeconds will be used.
Top
See Also