Partager via


Méthode RemoteProvider.Deploy<TPayload> (IRemoteStreamableSink<TPayload>, String)

Déploie un récepteur de flux temporel distant.

Espace de noms :  Microsoft.ComplexEventProcessing.Linq
Assembly :  Microsoft.ComplexEventProcessing (en Microsoft.ComplexEventProcessing.dll)

Syntaxe

'Déclaration
<ExtensionAttribute> _
Public Shared Function Deploy(Of TPayload) ( _
    definition As IRemoteStreamableSink(Of TPayload), _
    id As String _
) As IRemoteStreamableSink(Of TPayload)
'Utilisation
Dim definition As IRemoteStreamableSink(Of TPayload)
Dim id As String 
Dim returnValue As IRemoteStreamableSink(Of TPayload)

returnValue = definition.Deploy(id)
public static IRemoteStreamableSink<TPayload> Deploy<TPayload>(
    this IRemoteStreamableSink<TPayload> definition,
    string id
)
[ExtensionAttribute]
public:
generic<typename TPayload>
static IRemoteStreamableSink<TPayload>^ Deploy(
    IRemoteStreamableSink<TPayload>^ definition, 
    String^ id
)
static member Deploy : 
        definition:IRemoteStreamableSink<'TPayload> * 
        id:string -> IRemoteStreamableSink<'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

Valeur de retour

Type : Microsoft.ComplexEventProcessing.Linq.IRemoteStreamableSink<TPayload>
Récepteur de flux temporel distant.

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 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).

Voir aussi

Référence

RemoteProvider Classe

Surcharge Deploy

Espace de noms Microsoft.ComplexEventProcessing.Linq