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