EntityStatus Enumeration

 

Updated: October 21, 2012

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

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

[DataContractAttribute(Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", 
	Name = "EntityStatus")]
public enum class EntityStatus

Member nameDescription
Active

The status of the messaging entity is active.

Disabled

The status of the messaging entity is disabled.

Restoring

Resuming the previous status of the messaging entity.

Return to top
Show: