IServiceRemotingCallbackContract.RequestResponseAsync 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.
Envoie un message au client et obtient la réponse.
[System.ServiceModel.FaultContract(typeof(Microsoft.ServiceFabric.Services.Remoting.V1.RemoteExceptionInformation))]
[System.ServiceModel.OperationContract]
public System.Threading.Tasks.Task<byte[]> RequestResponseAsync (Microsoft.ServiceFabric.Services.Remoting.V1.ServiceRemotingMessageHeaders messageHeaders, byte[] requestBody);
[<System.ServiceModel.FaultContract(typeof(Microsoft.ServiceFabric.Services.Remoting.V1.RemoteExceptionInformation))>]
[<System.ServiceModel.OperationContract>]
abstract member RequestResponseAsync : Microsoft.ServiceFabric.Services.Remoting.V1.ServiceRemotingMessageHeaders * byte[] -> System.Threading.Tasks.Task<byte[]>
Public Function RequestResponseAsync (messageHeaders As ServiceRemotingMessageHeaders, requestBody As Byte()) As Task(Of Byte())
Paramètres
- messageHeaders
- Microsoft.ServiceFabric.Services.Remoting.V1.ServiceRemotingMessageHeaders
Les en-têtes de message contiennent les informations nécessaires pour désérialiser la demande et distribuer le message au client.
- requestBody
- Byte[]
Le corps du message contient une requête sous forme sérialisée.
Retours
Corps de la réponse est une réponse sérialisée reçue par le service.
- Attributs
S’applique à
Azure SDK for .NET