InputStreamInfo Constructor

Initalizes a new instance of the input stream info.

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

Syntax

public InputStreamInfo(
    string streamName,
    Object streamSource,
    Object streamSourceConfig,
    Type eventType,
    EventShape eventShape,
    AdvanceTimeSettings advanceTimeSettings,
    CepStreamCreationContext context
)

Parameters

  • streamSourceConfig
    Type: System.Object
    Configuration for the input stream provider.
  • eventType
    Type: System.Type
    Event payload type of the input stream.

See Also

Reference

InputStreamInfo Class

Microsoft.ComplexEventProcessing.Linq Namespace