IServiceRemotingClient.RequestResponseAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Send a remoting request to the service and gets a response back.
public System.Threading.Tasks.Task<Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessage> RequestResponseAsync (Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessage requestRequestMessage);
abstract member RequestResponseAsync : Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessage -> System.Threading.Tasks.Task<Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessage>
Public Function RequestResponseAsync (requestRequestMessage As IServiceRemotingRequestMessage) As Task(Of IServiceRemotingResponseMessage)
Parameters
- requestRequestMessage
- IServiceRemotingRequestMessage
The request message.
Returns
A Task that represents the asynchronous operation for remote method call. The result of the task contains the response for the request.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET