IWindowedStreamable<TPayload> Interface

Represents a windowed data that can be organized into streams.

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

Syntax

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

Type Parameters

  • TPayload
    The type of the payload.

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace