Application.OutputAdapters Property
Gets the collection of output adapters defined in the application.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public IDictionary<string, OutputAdapter> OutputAdapters { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, OutputAdapter>
The collection of output adapter objects defined in the application.