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

EndDeleteResource() public method

Finishes the asynchronous execution of the DeleteResource operation.
public EndDeleteResource ( IAsyncResult asyncResult ) : DeleteResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteResource.
return DeleteResourceResponse
        public  DeleteResourceResponse EndDeleteResource(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteResourceResponse>(asyncResult);
        }
AmazonAPIGatewayClient