Share via


Window<TKey,TSource> Constructor

Definition

Creates a new window representation with the given filter and properties.

protected Window (System.Linq.Expressions.Expression<Func<TSource,bool>> filter, Microsoft.StreamProcessing.StreamProperties<TKey,TSource> properties);
new Microsoft.StreamProcessing.Window<'Key, 'Source> : System.Linq.Expressions.Expression<Func<'Source, bool>> * Microsoft.StreamProcessing.StreamProperties<'Key, 'Source> -> Microsoft.StreamProcessing.Window<'Key, 'Source>
Protected Sub New (filter As Expression(Of Func(Of TSource, Boolean)), properties As StreamProperties(Of TKey, TSource))

Parameters

filter
Expression<Func<TSource,Boolean>>
properties
StreamProperties<TKey,TSource>

Applies to