IOrderedWindow<TPayload> Interface

Represents a window in which the arrival of events is fully ordered.

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

Syntax

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

Type Parameters

  • TPayload
    The type of payload.

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace