Méthode RemoteProvider.GetStreamable<T1, T2, T3, T4, T5, T6, T7, TPayload> (IRemoteProvider, String)
Récupère une fonction distante qui retourne un flux temporel.
Espace de noms : Microsoft.ComplexEventProcessing.Linq
Assembly : Microsoft.ComplexEventProcessing (en Microsoft.ComplexEventProcessing.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function GetStreamable(Of T1, T2, T3, T4, T5, T6, T7, TPayload) ( _
provider As IRemoteProvider, _
id As String _
) As Func(Of T1, T2, T3, T4, T5, T6, T7, IQStreamable(Of TPayload))
'Utilisation
Dim provider As IRemoteProvider
Dim id As String
Dim returnValue As Func(Of T1, T2, T3, T4, T5, T6, T7, IQStreamable(Of TPayload))
returnValue = provider.GetStreamable(id)
public static Func<T1, T2, T3, T4, T5, T6, T7, IQStreamable<TPayload>> GetStreamable<T1, T2, T3, T4, T5, T6, T7, TPayload>(
this IRemoteProvider provider,
string id
)
[ExtensionAttribute]
public:
generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename TPayload>
static Func<T1, T2, T3, T4, T5, T6, T7, IQStreamable<TPayload>^>^ GetStreamable(
IRemoteProvider^ provider,
String^ id
)
static member GetStreamable :
provider:IRemoteProvider *
id:string -> Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, IQStreamable<'TPayload>>
JScript ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T1
Premier type de paramètre.
- T2
Deuxième type de paramètre.
- T3
Troisième type de paramètre.
- T4
Quatrième type de paramètre.
- T5
Cinquième type de paramètre.
- T6
Sixième type de paramètre.
- T7
Septième type de paramètre.
- TPayload
Type de charge utile.
Paramètres
- provider
Type : Microsoft.ComplexEventProcessing.Linq.IRemoteProvider
Fournisseur LINQ distant.
- id
Type : System.String
Identificateur de fonction.
Valeur de retour
Type : System.Func<T1, T2, T3, T4, T5, T6, T7, IQStreamable<TPayload>>
Fonction distante qui retourne un flux temporel.
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 IRemoteProvider. 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).