Claim Class |
Namespace: net.openstack.Core.Domain.Queues
The Claim type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
DisposeAsync |
Asynchronously releases resources owned by this Claim.
| |
RefreshAsync |
Refreshes the current claim.
| |
RenewAsync |
Renews the claim by resetting the age and updating the TTL for the claim.
|
Name | Description | |
---|---|---|
Refresh |
Refreshes the current claim.
(Defined by ClaimExtensions.) | |
Renew |
Renews the claim by resetting the age and updating the TTL for the claim.
(Defined by ClaimExtensions.) |
Name | Description | |
---|---|---|
Age |
Gets the age of the claim as returned by the server.
| |
Id |
Gets the claim ID.
| |
Location |
Gets the absolute URI for this claim.
| |
Messages |
Gets the messages which are included in this claim.
| |
TimeToLive |
Gets the Time To Live (TTL) of the claim.
|