This topic has not yet been rated - Rate this topic

CepStream<TPayload>.Create Method (String, Type, Object, EventShape)

Creates a bound stream from a given input adapter factory.

Namespace:  Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
public static CepStream<TPayload> Create(
	string streamName,
	Type adapterFactoryType,
	Object configInfo,
	EventShape eventShape
)

Parameters

streamName
Type: System.String
Name of the input stream.
adapterFactoryType
Type: System.Type
Input adapter factory type.
configInfo
Type: System.Object
Input adapter factory configuration.
eventShape
Type: Microsoft.ComplexEventProcessing.EventShape
Event shape of the input stream.

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.CepStream<TPayload>
A bound stream whose events come from an instance of an input adapter that is generated by the input adapter factory.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.