Amazon.APIGateway.AmazonAPIGatewayClient.GetMethodResponseAsync C# (CSharp) Метод

GetMethodResponseAsync() публичный Метод

Initiates the asynchronous execution of the GetMethodResponse operation.
public GetMethodResponseAsync ( GetMethodResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetMethodResponseRequest Container for the necessary parameters to execute the GetMethodResponse operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetMethodResponseResponse> GetMethodResponseAsync(GetMethodResponseRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetMethodResponseRequestMarshaller();
            var unmarshaller = GetMethodResponseResponseUnmarshaller.Instance;

            return InvokeAsync<GetMethodResponseRequest,GetMethodResponseResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient