Share via


Méthode IQStreamableProvider.CreatePartitionedStreamable<TKey, TPayload>

Crée une requête de flux de données temporel groupée.

Espace de noms :  Microsoft.ComplexEventProcessing.Linq
Assembly :  Microsoft.ComplexEventProcessing (en Microsoft.ComplexEventProcessing.dll)

Syntaxe

'Déclaration
Function CreatePartitionedStreamable(Of TKey, TPayload) ( _
    expression As Expression _
) As IQPartitionedStreamable(Of TKey, TPayload)
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • TKey
    Type de clé de partition.
  • TPayload
    Type de charge utile.

Paramètres

Valeur de retour

Type : Microsoft.ComplexEventProcessing.Linq.IQPartitionedStreamable<TKey, TPayload>
Flux partitionné.

Voir aussi

Référence

IQStreamableProvider Interface

Espace de noms Microsoft.ComplexEventProcessing.Linq