Méthode QStreamable.ToPointEventStream<TPayload>
Remplace les événements dans le flux d'entrée par des événements point.
Espace de noms : Microsoft.ComplexEventProcessing.Linq
Assembly : Microsoft.ComplexEventProcessing (en Microsoft.ComplexEventProcessing.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function ToPointEventStream(Of TPayload) ( _
source As IQStreamable(Of TPayload) _
) As IQStreamable(Of TPayload)
'Utilisation
Dim source As IQStreamable(Of TPayload)
Dim returnValue As IQStreamable(Of TPayload)
returnValue = source.ToPointEventStream()
public static IQStreamable<TPayload> ToPointEventStream<TPayload>(
this IQStreamable<TPayload> source
)
[ExtensionAttribute]
public:
generic<typename TPayload>
static IQStreamable<TPayload>^ ToPointEventStream(
IQStreamable<TPayload>^ source
)
static member ToPointEventStream :
source:IQStreamable<'TPayload> -> IQStreamable<'TPayload>
JScript ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- TPayload
Type de charge utile.
Paramètres
- source
Type : Microsoft.ComplexEventProcessing.Linq.IQStreamable<TPayload>
Flux d'entrée.
Valeur de retour
Type : Microsoft.ComplexEventProcessing.Linq.IQStreamable<TPayload>
Flux de données modifié.
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type IQStreamable<TPayload>. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=sql.111) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=sql.111).