IQStreamableProvider.CreateWindowResult<TPayload> Method

Creates the result of a window computation.

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

Syntax

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

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

Type Parameters

  • TPayload
    Payload type.

Parameters

Return Value

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

See Also

Reference

IQStreamableProvider Interface

Microsoft.ComplexEventProcessing.Linq Namespace