Click or drag to resize
net.openstack.Core.Domain.Queues Namespace
The net.openstack.Core.Domain.Queues namespace defines the provider-independent object model for calling the OpenStack Queues API.
Classes
  ClassDescription
Public classClaim
Represents a claim of messages in a queue.
Public classClaimId
Represents the unique identifier of a claim in the IQueueingService.
Public classCloudQueue
Represents a named queue in the IQueueingService.
Public classMessage
Represents a queue message with a dynamic JObject body.
Public classMessageT
Represents a queue message with a strongly-typed body.
Public classMessageId
Represents the unique identifier of a message in the IQueueingService.
Public classMessagesEnqueued
Represents the response returned when posting messages to a queue in the IQueueingService.
Public classMessageStatistics
This models the JSON object used to represent statistics for a particular message in a message queue.
Public classQueuedMessage
Represents a message which is queued in the IQueueingService.
Public classQueuedMessageList
Public classQueuedMessageListId
Represents the unique identifier of a message list page in the IQueueingService.
Public classQueueMessagesStatistics
This models the JSON object used to represent statistics for messages a particular message queue.
Public classQueueName
Represents the name of a queue in the IQueueingService.
Public classQueueStatistics
This models the JSON object used to represent statistics returned by the Get Queue Statistics API call.