CepStream<TPayload>.Create Method

Include Protected Members
Include Inherited Members

Creates a stream of events with an event payload of the specified type.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Create(String) Creates an unbound stream with event payload of type 'TPayload'.
Public methodStatic member Create(Uri, EventShape) Creates a bound stream over an input from a given published stream.
Public methodStatic member Create(Uri, EventShape, AdvanceTimeSettings) Creates a bound stream for input from a given published stream.
Public methodStatic member Create(Application, Uri, EventShape) Creates a bound stream over an input from a given published stream.
Public methodStatic member Create(String, Type, Object, EventShape) Creates a bound stream from a given input adapter factory.
Public methodStatic member Create(Application, Uri, EventShape, AdvanceTimeSettings) Creates a bound stream for input from a given published stream.
Public methodStatic member Create(String, Type, Object, EventShape, AdvanceTimeSettings) Creates a bound stream from a given input adapter factory.
Public methodStatic member Create(Application, String, Type, Object, EventShape) Creates a bound stream from a given input adapter factory.
Public methodStatic member Create(Application, String, Type, Object, EventShape, AdvanceTimeSettings) Creates a bound stream from a given input adapter factory.

Top

See Also

Reference

CepStream<TPayload> Class

Microsoft.ComplexEventProcessing.Linq Namespace