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

EndUpdateResource() public method

Finishes the asynchronous execution of the UpdateResource operation.
public EndUpdateResource ( IAsyncResult asyncResult ) : UpdateResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateResource.
return Amazon.APIGateway.Model.UpdateResourceResponse
        public  UpdateResourceResponse EndUpdateResource(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateResourceResponse>(asyncResult);
        }
AmazonAPIGatewayClient