CloudQueuesProviderReleaseClaimAsync Method |
Namespace: net.openstack.Providers.Rackspace
public Task ReleaseClaimAsync( QueueName queueName, Claim claim, CancellationToken cancellationToken )
Exception | Condition |
---|---|
ArgumentNullException |
If queueName is .
-or- If claim is . |
WebException | If the REST request does not return successfully. |
Notes to Callers |
---|
Use DisposeAsync(CancellationToken) instead of calling this method directly. |