CepStream<TPayload>.Create Method (String)
Creates an unbound stream with event payload of type 'TPayload'.
Namespace: Microsoft.ComplexEventProcessing.Linq
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public static CepStream<TPayload> Create(
string streamName
)
Parameters
- streamName
Type: System.String
Name of the stream.
Return Value
Type: Microsoft.ComplexEventProcessing.Linq.CepStream<TPayload>
An input stream with given name and type.