HoppingWindowOutputPolicy Class
Defines the window output policies that are applicable to hopping windows. A window output policy describes how the CEP engine modifies the timestamp of events that result from a window-based operation.
Namespace: Microsoft.ComplexEventProcessing.Linq
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
The HoppingWindowOutputPolicy type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | ClipToWindowEnd | Gets a window output policy instance for hopping windows that clips the end time of the output events to the window end. |
![]() ![]() | PointAlignToWindowEnd | Gets a window output policy instance for hopping windows that adjusts the lifetime of the output events to point events which align with the window end time. |
For more information, see Hopping Windows.

