IAdapter Interface |
Namespace: PSI.Sox.Adapter.Interfaces
public interface IAdapter : IDisposable
The IAdapter type exposes the following members.
Name | Description | |
---|---|---|
AdapterConfiguration |
Gets or sets AdapterConfiguration.
| |
AdapterId |
unique adapter id
| |
AdapterName |
Gets the Adapter Name
| |
AdapterSymbol |
Gets the adapter symbol, used to set the adapter prefix
| |
AdapterVersion |
Get the Adapter Version.
| |
CompanyName |
Returns the adapter company name
| |
Logger |
Gets the instance of ILogger.
| |
ProxySettings |
Gets or sets ProxySettings.
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
Init |
Initializes adapter
|