Microsoft.WindowsAzure.Messaging Namespace

 

Contains classes related to Microsoft Azure Messaging.

Classes

Class Description
System_CAPS_pubclass ConnectionString

Represents a connection string.

System_CAPS_pubclass DataContractBinarySerializer

Represents a data contract binary serializer.

System_CAPS_pubclass Entity

Represents a Service Bus messaging entity.

System_CAPS_pubclass Message

Represents the message in Microsoft Azure service.

System_CAPS_pubclass MessageCountDetails

Provides the count details of messages in the queue.

System_CAPS_pubclass MessageLockLostException

Represents the exception that is thrown to signal message lock lost errors.

System_CAPS_pubclass MessageNotFoundException

Represents the exception that is thrown to signal message not found errors.

System_CAPS_pubclass MessagingAuthorizationException

Represents the exception that is thrown to messaging authorization.

System_CAPS_pubclass MessagingCommunicationException

Represents the exception that is thrown to signal messaging communication errors.

System_CAPS_pubclass MessagingEntityAlreadyExistsException

Represents the exception that is thrown for signaling messaging entity already exists errors.

System_CAPS_pubclass MessagingEntityNotFoundException

Represents the exception that is thrown for signaling messaging entity not found errors.

System_CAPS_pubclass MessagingException

Represents the exception that is thrown for signaling messaging errors.

System_CAPS_pubclass NotificationHub

Represents a notification hub.

System_CAPS_pubclass NotificationHubNotFoundException

The exception that is thrown when the notification hub is not found.

System_CAPS_pubclass Queue

Represents the metadata of the queue.

System_CAPS_pubclass QueueSettings

Represents the metadata of the queue settings.

System_CAPS_pubclass QuotaExceededException

Represents the exception that is thrown when a message quota has been exceeded.

System_CAPS_pubclass Registration

Represents a native registration for notification hubs. The TemplateRegistration subclass represents a registration for a specific template.

System_CAPS_pubclass RegistrationAlreadyExistsException

The exception that is thrown when the registration already exists.

System_CAPS_pubclass RegistrationAuthorizationException

The exception that is thrown when the registration needs an authorization.

System_CAPS_pubclass RegistrationBadRequestException

The exception that is thrown when a bad request for registration is detected.

System_CAPS_pubclass RegistrationCommunicationException

The exception that is thrown when a registration communication error is detected.

System_CAPS_pubclass RegistrationException

The exception that is thrown when a registration error is detected.

System_CAPS_pubclass RegistrationMismatchedETagException

The exception that is thrown when the registration doesn’t match the entity tag.

System_CAPS_pubclass RegistrationNotFoundException

The exception that is thrown when the registration is not found.

System_CAPS_pubclass ServerBusyException

The exception that is thrown when a server is overloaded with logical operations.

System_CAPS_pubclass Subscription

Represents a subscription.

System_CAPS_pubclass SubscriptionSettings

Represents the subscription settings.

System_CAPS_pubclass TemplateRegistration

Represents a template registration.

System_CAPS_pubclass Topic

Represents a messaging topic.

System_CAPS_pubclass TopicSettings

Represents the topic settings.

System_CAPS_pubclass WnsHeaderCollection

Represents the collection of Windows Push Notification Services headers.

Enumerations

Enumeration Description
System_CAPS_pubenum EntityStatus

Enumerates the possible values for the status of a messaging entity.

Return to top