IQWindowResult<TResult> Interface

Provides the result of events within the window stream.

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

Syntax

'Declaration
Public Interface IQWindowResult(Of TResult) _
    Inherits IQStreamable, IWindowResult(Of TResult)
'Usage
Dim instance As IQWindowResult(Of TResult)
public interface IQWindowResult<TResult> : IQStreamable, 
    IWindowResult<TResult>
generic<typename TResult>
public interface class IQWindowResult : IQStreamable, 
    IWindowResult<TResult>
type IQWindowResult<'TResult> =  
    interface 
        interface IQStreamable 
        interface IWindowResult<'TResult>
    end
JScript does not support generic types and methods.

Type Parameters

  • TResult
    The type of result.

The IQWindowResult<TResult> type exposes the following members.

Properties

  Name Description
Public property Expression Gets expression describing the query part. (Inherited from IQStreamable.)
Public property Provider Gets the LINQ provider for the temporal stream query part. (Inherited from IQStreamable.)

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace