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