Application.CreateInputAdapter<TInputAdapterFactory> Method
Creates a CEP input adapter object based on an adapter factory class.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public InputAdapter CreateInputAdapter<TInputAdapterFactory>(
string name,
string description
)
Type Parameters
- TInputAdapterFactory
The input adapter factory class that instantiates the adapter.
Parameters
- name
Type: System.String
The name for the input adapter object in metadata.
- description
Type: System.String
The description for the input adapter object in metadata.
Return Value
Type: Microsoft.ComplexEventProcessing.InputAdapter
The new input adapter object.