IWindowResult<TResult> Interface

Provides the result of the event within the window stream.

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

Syntax

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

Type Parameters

  • TResult
    The type of the result.

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace