IOutputAdapterFactory<TConfigInfo> Interface
This interface must be implemented by factory classes that produce untyped output adapters.
Namespace: Microsoft.ComplexEventProcessing.Adapters
Assembly: Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)
Syntax
public interface IOutputAdapterFactory<TConfigInfo> : IDisposable
Type Parameters
- TConfigInfo
Type of configuration information that is used to create the adapter.
The IOutputAdapterFactory<TConfigInfo> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Creates an output adapter. | |
Dispose | (Inherited from IDisposable.) |
Top