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

EndDeleteUsagePlanKey() public method

Finishes the asynchronous execution of the DeleteUsagePlanKey operation.
public EndDeleteUsagePlanKey ( IAsyncResult asyncResult ) : DeleteUsagePlanKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUsagePlanKey.
return DeleteUsagePlanKeyResponse
        public  DeleteUsagePlanKeyResponse EndDeleteUsagePlanKey(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteUsagePlanKeyResponse>(asyncResult);
        }
AmazonAPIGatewayClient