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

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.CepStream<TPayload>
An input stream with given name and type.

See Also

Reference

CepStream<TPayload> Class

Create Overload

Microsoft.ComplexEventProcessing.Linq Namespace