IQStreamableProvider.CreatePartitionedStreamable<TKey, TPayload> Method

Creates a grouped temporal stream query.

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

Syntax

'Declaration
Function CreatePartitionedStreamable(Of TKey, TPayload) ( _
    expression As Expression _
) As IQPartitionedStreamable(Of TKey, TPayload)
'Usage
Dim instance As IQStreamableProvider 
Dim expression As Expression 
Dim returnValue As IQPartitionedStreamable(Of TKey, TPayload)

returnValue = instance.CreatePartitionedStreamable(expression)
IQPartitionedStreamable<TKey, TPayload> CreatePartitionedStreamable<TKey, TPayload>(
    Expression expression
)
generic<typename TKey, typename TPayload>
IQPartitionedStreamable<TKey, TPayload>^ CreatePartitionedStreamable(
    Expression^ expression
)
abstract CreatePartitionedStreamable : 
        expression:Expression -> IQPartitionedStreamable<'TKey, 'TPayload> 
JScript does not support generic types and methods.

Type Parameters

  • TKey
    Partition key type.
  • TPayload
    Payload type.

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.IQPartitionedStreamable<TKey, TPayload>
Partitioned stream.

See Also

Reference

IQStreamableProvider Interface

Microsoft.ComplexEventProcessing.Linq Namespace