CepStream.SnapshotWindow Method

Include Protected Members
Include Inherited Members

Transforms a stream to a window stream where each member is a CepWindow. Each window is a snapshot window that is defined by the closest event endpoints in the stream.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member SnapshotWindow<TPayload>(CepStream<TPayload>) Transforms a stream to a window stream where each member is a CepWindow using the default output policy. Each window is a snapshot window that is defined by the closest event endpoints in the stream.
Public methodStatic member SnapshotWindow<TPayload>(CepStream<TPayload>, SnapshotWindowOutputPolicy) Transforms a stream to a window stream where each member is a CepWindow. Each window is a snapshot window that is defined by the closest event endpoints in the stream.
Public methodStatic member SnapshotWindow<TPayload>(CepStream<TPayload>, WindowInputPolicy, SnapshotWindowOutputPolicy) Transforms a stream to a window stream where each member is a CepWindow. Each window is a snapshot window that is defined by the closest event endpoints in the stream.

Top

See Also

Reference

CepStream Class

Microsoft.ComplexEventProcessing.Linq Namespace