Data |
public abstract class DataConnectorClientCommandManager<TCommand> where TCommand : Enum
The DataConnectorClientCommandManagerTCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| DataConnectorClientCommandManagerTCommand | Initializes a new instance of the DataConnectorClientCommandManagerTCommand class |
| Name | Description | |
|---|---|---|
| IsActive | Returns true if the | |
| LoggingSource | The source for the logging: Client or Server, BCS or ScoringProgram. | |
| TimeOutInMilliSeconds | The timeout for establishing a connection with the Data Connector. If not set the default value DefaultTimeOutInMilliSeconds will be used. |
| Name | Description | |
|---|---|---|
| Connect | Connects to the dataconnector synchronously. | |
| ConnectAsync | Connects to the dataconnector asynchronously. | |
| Dispose | Disposes the class. | |
| Dispose(Boolean) | Disposes the class. | |
| LogError | Logs an error | |
| LogMethodEntry(String) | Logs the entry to a method. | |
| LogMethodEntry(String, ValueTupleString, Object) | Logs the entry to a method with its parameters (if any), |
| Name | Description | |
|---|---|---|
| ApplicationName | Then application name | |
| DataConnectorClientLogger | NLog implementation of logging. | |
| DefaultTimeOutInMilliSeconds | The default time to wait for a connection attempt to succeed. |