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

EndPutMethod() public method

Finishes the asynchronous execution of the PutMethod operation.
public EndPutMethod ( IAsyncResult asyncResult ) : PutMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutMethod.
return Amazon.APIGateway.Model.PutMethodResponse
        public  PutMethodResponse EndPutMethod(IAsyncResult asyncResult)
        {
            return EndInvoke<PutMethodResponse>(asyncResult);
        }
AmazonAPIGatewayClient