CepStream<TPayload>.Create Method (Application, Uri, EventShape, AdvanceTimeSettings)

Creates a bound stream for input from a given published stream.

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

Syntax

public static CepStream<TPayload> Create(
    Application application,
    Uri publishedStreamName,
    EventShape eventShape,
    AdvanceTimeSettings advanceTimeSettings
)

Parameters

  • publishedStreamName
    Type: System.Uri
    Name of the published stream.

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.CepStream<TPayload>
A bound input stream for the events in a given published stream.

See Also

Reference

CepStream<TPayload> Class

Create Overload

Microsoft.ComplexEventProcessing.Linq Namespace