IQStreamableProvider Interface

LINQ provider supporting composition of temporal stream queries.

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

Syntax

'Declaration
Public Interface IQStreamableProvider
'Usage
Dim instance As IQStreamableProvider
public interface IQStreamableProvider
public interface class IQStreamableProvider
type IQStreamableProvider =  interface end
public interface IQStreamableProvider

The IQStreamableProvider type exposes the following members.

Methods

  Name Description
Public method CreateOrderedWindow<TPayload> Creates an ordered window query.
Public method CreatePartitionedStreamable<TKey, TPayload> Creates a grouped temporal stream query.
Public method CreateStreamable<TPayload> Creates a temporal stream query.
Public method CreateWindowedStreamable<TPayload> Creates a windowed temporal stream query.
Public method CreateWindowResult<TPayload> Creates the result of a window computation.
Public method CreateWindowSource<TPayload> Creates the input to a window computation.

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace