Méthode RemoteProvider.ToIntervalObservable<TPayload>
Convertit un flux temporel en séquence.
Espace de noms : Microsoft.ComplexEventProcessing.Linq
Assembly : Microsoft.ComplexEventProcessing (en Microsoft.ComplexEventProcessing.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function ToIntervalObservable(Of TPayload) ( _
source As IQStreamable(Of TPayload), _
order As StreamEventOrder _
) As IQbservable(Of IntervalEvent(Of TPayload))
'Utilisation
Dim source As IQStreamable(Of TPayload)
Dim order As StreamEventOrder
Dim returnValue As IQbservable(Of IntervalEvent(Of TPayload))
returnValue = source.ToIntervalObservable(order)
public static IQbservable<IntervalEvent<TPayload>> ToIntervalObservable<TPayload>(
this IQStreamable<TPayload> source,
StreamEventOrder order
)
[ExtensionAttribute]
public:
generic<typename TPayload>
static IQbservable<IntervalEvent<TPayload>^>^ ToIntervalObservable(
IQStreamable<TPayload>^ source,
StreamEventOrder order
)
static member ToIntervalObservable :
source:IQStreamable<'TPayload> *
order:StreamEventOrder -> IQbservable<IntervalEvent<'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 temporel distant.
- order
Type : Microsoft.ComplexEventProcessing.StreamEventOrder
Ordre de sortie d'événement.
Valeur de retour
Type : System.Reactive.Linq.IQbservable<IntervalEvent<TPayload>>
Séquence distante.
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).