Partager via


Méthode RemoteProvider.Deploy<T1, T2, T3, T4, TPayload> (Func<T1, T2, T3, T4, IQStreamable<TPayload>>, String)

Déploie 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 Deploy(Of T1, T2, T3, T4, TPayload) ( _
    definition As Func(Of T1, T2, T3, T4, IQStreamable(Of TPayload)), _
    id As String _
) As Func(Of T1, T2, T3, T4, IQStreamable(Of TPayload))
'Utilisation
Dim definition As Func(Of T1, T2, T3, T4, IQStreamable(Of TPayload))
Dim id As String 
Dim returnValue As Func(Of T1, T2, T3, T4, IQStreamable(Of TPayload))

returnValue = definition.Deploy(id)
public static Func<T1, T2, T3, T4, IQStreamable<TPayload>> Deploy<T1, T2, T3, T4, TPayload>(
    this Func<T1, T2, T3, T4, IQStreamable<TPayload>> definition,
    string id
)
[ExtensionAttribute]
public:
generic<typename T1, typename T2, typename T3, typename T4, typename TPayload>
static Func<T1, T2, T3, T4, IQStreamable<TPayload>^>^ Deploy(
    Func<T1, T2, T3, T4, IQStreamable<TPayload>^>^ definition, 
    String^ id
)
static member Deploy : 
        definition:Func<'T1, 'T2, 'T3, 'T4, IQStreamable<'TPayload>> * 
        id:string -> Func<'T1, 'T2, 'T3, 'T4, 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.
  • TPayload
    Type de charge utile.

Paramètres

Valeur de retour

Type : System.Func<T1, T2, T3, T4, 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 Func<T1, T2, T3, T4, 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).

Voir aussi

Référence

RemoteProvider Classe

Surcharge Deploy

Espace de noms Microsoft.ComplexEventProcessing.Linq