Méthode RemoteProvider.Deploy<T1, T2, T3, T4, TPayload> (Func<T1, T2, T3, T4, IRemoteStreamableSink<TPayload>>, String)
Déploie une fonction distante qui retourne un récepteur de 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, IRemoteStreamableSink(Of TPayload)), _
id As String _
) As Func(Of T1, T2, T3, T4, IRemoteStreamableSink(Of TPayload))
'Utilisation
Dim definition As Func(Of T1, T2, T3, T4, IRemoteStreamableSink(Of TPayload))
Dim id As String
Dim returnValue As Func(Of T1, T2, T3, T4, IRemoteStreamableSink(Of TPayload))
returnValue = definition.Deploy(id)
public static Func<T1, T2, T3, T4, IRemoteStreamableSink<TPayload>> Deploy<T1, T2, T3, T4, TPayload>(
this Func<T1, T2, T3, T4, IRemoteStreamableSink<TPayload>> definition,
string id
)
[ExtensionAttribute]
public:
generic<typename T1, typename T2, typename T3, typename T4, typename TPayload>
static Func<T1, T2, T3, T4, IRemoteStreamableSink<TPayload>^>^ Deploy(
Func<T1, T2, T3, T4, IRemoteStreamableSink<TPayload>^>^ definition,
String^ id
)
static member Deploy :
definition:Func<'T1, 'T2, 'T3, 'T4, IRemoteStreamableSink<'TPayload>> *
id:string -> Func<'T1, 'T2, 'T3, 'T4, IRemoteStreamableSink<'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
- definition
Type : System.Func<T1, T2, T3, T4, IRemoteStreamableSink<TPayload>>
Fonction distante.
- id
Type : System.String
Identificateur de fonction.
Valeur de retour
Type : System.Func<T1, T2, T3, T4, IRemoteStreamableSink<TPayload>>
Fonction distante qui retourne un récepteur de 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, IRemoteStreamableSink<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).