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