Click or drag to resize
Claim Class
This API is preliminary and subject to change.
Represents a claim of messages in a queue.
Inheritance Hierarchy
SystemObject
  net.openstack.Core.Domain.QueuesClaim

Namespace: net.openstack.Core.Domain.Queues
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public class Claim : IDisposable

The Claim type exposes the following members.

Constructors
  NameDescription
Public methodClaim
Initializes a new instance of the Claim class using the provided values.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodDisposeAsync
Asynchronously releases resources owned by this Claim.
Public methodRefreshAsync
Refreshes the current claim.
Public methodRenewAsync
Renews the claim by resetting the age and updating the TTL for the claim.
Top
Extension Methods
  NameDescription
Public Extension MethodRefresh
Refreshes the current claim.
(Defined by ClaimExtensions.)
Public Extension MethodRenew
Renews the claim by resetting the age and updating the TTL for the claim.
(Defined by ClaimExtensions.)
Top
Properties
  NameDescription
Public propertyAge
Gets the age of the claim as returned by the server.
Public propertyId
Gets the claim ID.
Public propertyLocation
Gets the absolute URI for this claim.
Public propertyMessages
Gets the messages which are included in this claim.
Public propertyTimeToLive
Gets the Time To Live (TTL) of the claim.
Top
Remarks
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also