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

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

Finishes the asynchronous execution of the GetMethodResponse operation.
public EndGetMethodResponse ( IAsyncResult asyncResult ) : GetMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMethodResponse.
Результат Amazon.APIGateway.Model.GetMethodResponseResponse
        public  GetMethodResponseResponse EndGetMethodResponse(IAsyncResult asyncResult)
        {
            return EndInvoke<GetMethodResponseResponse>(asyncResult);
        }
AmazonAPIGatewayClient