Amazon.APIGateway.AmazonAPIGatewayClient.EndGetMethod C# (CSharp) Method

EndGetMethod() public method

Finishes the asynchronous execution of the GetMethod operation.
public EndGetMethod ( IAsyncResult asyncResult ) : GetMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMethod.
return Amazon.APIGateway.Model.GetMethodResponse
        public  GetMethodResponse EndGetMethod(IAsyncResult asyncResult)
        {
            return EndInvoke<GetMethodResponse>(asyncResult);
        }
AmazonAPIGatewayClient