CountWindowOutputPolicy.PointAlignToWindowEnd Property

 

Gets a window output policy instance for count windows that adjusts the lifetime of the output events to point events which align with the window end time.

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

Syntax

public static CountWindowOutputPolicy PointAlignToWindowEnd { get; }
public:
property CountWindowOutputPolicy^ PointAlignToWindowEnd {
    static CountWindowOutputPolicy^ get();
}
static member PointAlignToWindowEnd : CountWindowOutputPolicy with get
Public Shared ReadOnly Property PointAlignToWindowEnd As CountWindowOutputPolicy

Property Value

Type: Microsoft.ComplexEventProcessing.Linq.CountWindowOutputPolicy

A window output policy instance for count windows that adjusts the lifetime of the output events to point events which align with the window end time.

See Also

CountWindowOutputPolicy Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top