CepStream<TPayload>.Create Method (Application, String, Type, Object, EventShape)

Creates a bound stream from a given input adapter factory.

Namespace:  Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public static CepStream<TPayload> Create(
    Application application,
    string streamName,
    Type adapterFactoryType,
    Object configInfo,
    EventShape eventShape
)

Parameters

  • adapterFactoryType
    Type: System.Type
    Input adapter factory type.
  • configInfo
    Type: System.Object
    Input adapter factory configuration.

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.CepStream<TPayload>
A bound stream whose events come from an instance of an input adapter that is generated by the input adapter factory.

See Also

Reference

CepStream<TPayload> Class

Create Overload

Microsoft.ComplexEventProcessing.Linq Namespace