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
- application
Type: Microsoft.ComplexEventProcessing.Application
- publishedStreamName
Type: System.Uri
Name of the published stream.
- eventShape
Type: Microsoft.ComplexEventProcessing.EventShape
Event shape of the input stream.
- advanceTimeSettings
Type: Microsoft.ComplexEventProcessing.AdvanceTimeSettings
Advance time settings for this stream.
Return Value
Type: Microsoft.ComplexEventProcessing.Linq.CepStream<TPayload>
A bound input stream for the events in a given published stream.