Méthode RemoteProvider.Bind<TPayload> (IQStreamable<TPayload>, Func<Nullable<DateTimeOffset>, Int32, IRemoteObserver<IntervalEvent<TPayload>>>)
Lie un flux temporel à un observateur d'événement intervalle paramétrable sur une limite supérieure et un décalage.
Espace de noms : Microsoft.ComplexEventProcessing.Linq
Assembly : Microsoft.ComplexEventProcessing (en Microsoft.ComplexEventProcessing.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function Bind(Of TPayload) ( _
source As IQStreamable(Of TPayload), _
sink As Func(Of Nullable(Of DateTimeOffset), Integer, IRemoteObserver(Of IntervalEvent(Of TPayload))) _
) As IRemoteStreamableBinding
'Utilisation
Dim source As IQStreamable(Of TPayload)
Dim sink As Func(Of Nullable(Of DateTimeOffset), Integer, IRemoteObserver(Of IntervalEvent(Of TPayload)))
Dim returnValue As IRemoteStreamableBinding
returnValue = source.Bind(sink)
public static IRemoteStreamableBinding Bind<TPayload>(
this IQStreamable<TPayload> source,
Func<Nullable<DateTimeOffset>, int, IRemoteObserver<IntervalEvent<TPayload>>> sink
)
[ExtensionAttribute]
public:
generic<typename TPayload>
static IRemoteStreamableBinding^ Bind(
IQStreamable<TPayload>^ source,
Func<Nullable<DateTimeOffset>, int, IRemoteObserver<IntervalEvent<TPayload>^>^>^ sink
)
static member Bind :
source:IQStreamable<'TPayload> *
sink:Func<Nullable<DateTimeOffset>, int, IRemoteObserver<IntervalEvent<'TPayload>>> -> IRemoteStreamableBinding
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>
Source pouvant être utilisée dans un flux.
- sink
Type : System.Func<Nullable<DateTimeOffset>, Int32, IRemoteObserver<IntervalEvent<TPayload>>>
Fonction retournant un observateur en fonction d'une limite supérieure donnée (DateTimeOffset?) et du décalage du dernier point de contrôle effectué. En l'absence de point de contrôle, la limite supérieure est Null.
Valeur de retour
Type : Microsoft.ComplexEventProcessing.Linq.IRemoteStreamableBinding
Liaison entre source et sink.
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).