ProxyBase.InvokeAsyncV2 Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé par la classe proxy générée pour envoyer la demande à l’objet distant et récupérer la réponse.
protected System.Threading.Tasks.Task<Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessageBody> InvokeAsyncV2 (int interfaceId, int methodId, string methodName, Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessageBody requestMsgBodyValue, System.Threading.CancellationToken cancellationToken);
member this.InvokeAsyncV2 : int * int * string * Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessageBody * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessageBody>
Protected Function InvokeAsyncV2 (interfaceId As Integer, methodId As Integer, methodName As String, requestMsgBodyValue As IServiceRemotingRequestMessageBody, cancellationToken As CancellationToken) As Task(Of IServiceRemotingResponseMessageBody)
Paramètres
- interfaceId
- Int32
ID de l’interface distante.
- methodId
- Int32
ID de la méthode distante à appeler.
- methodName
- String
Nom de la méthode de communication à distance à appeler
- requestMsgBodyValue
- IServiceRemotingRequestMessageBody
Corps de la demande.
- cancellationToken
- CancellationToken
Jeton d’annulation
Retours
Tâche qui représente l’opération asynchrone appel asynchrone à un objet distant.
S’applique à
Azure SDK for .NET