IWindowSource<TSource> Interface

Provides the source of events within the window stream.

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

Syntax

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

Type Parameters

  • TSource
    The type of source.

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace