IQStreamableProvider.CreateWindowSource<TPayload> Method

Creates the input to a window computation.

Namespace:  Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

'Declaration
Function CreateWindowSource(Of TPayload) ( _
    expression As Expression _
) As IQWindowSource(Of TPayload)
'Usage
Dim instance As IQStreamableProvider 
Dim expression As Expression 
Dim returnValue As IQWindowSource(Of TPayload)

returnValue = instance.CreateWindowSource(expression)
IQWindowSource<TPayload> CreateWindowSource<TPayload>(
    Expression expression
)
generic<typename TPayload>
IQWindowSource<TPayload>^ CreateWindowSource(
    Expression^ expression
)
abstract CreateWindowSource : 
        expression:Expression -> IQWindowSource<'TPayload> 
JScript does not support generic types and methods.

Type Parameters

  • TPayload
    Payload type.

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.IQWindowSource<TPayload>
Window result.

See Also

Reference

IQStreamableProvider Interface

Microsoft.ComplexEventProcessing.Linq Namespace