SubscriptionSettings Class

 

Updated: October 21, 2012

Represents the subscription settings.

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

System.Object
  Microsoft.WindowsAzure.Messaging.SubscriptionSettings

[<Sealed>]
[<DataContractAttribute(Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect",
    Name = "SubscriptionDescription")>]
type SubscriptionSettings = class end

NameDescription
System_CAPS_pubmethodSubscriptionSettings()

Initializes a new instance of the SubscriptionSettings class.

NameDescription
System_CAPS_pubpropertyDefaultMessageTimeToLive

Gets or sets the default message time to live value.

System_CAPS_pubpropertyEnableBatchedOperations

Gets or sets a value that indicates whether the batched operations are enabled.

System_CAPS_pubpropertyEnableDeadLetteringOnFilterEvaluationExceptions

Gets or sets the value that indicates if a subscription has dead letter support on Filter evaluation exceptions.

System_CAPS_pubpropertyEnableDeadLetteringOnMessageExpiration

Gets or sets the value that indicates if a subscription has dead letter support when a message expires.

System_CAPS_pubpropertyLockDuration

Gets or sets the lock duration time span for the subscription.

System_CAPS_pubpropertyMaximumDeliveryCount

Gets or sets the number of maximum deliveries.

System_CAPS_pubpropertyRequiresSession

Gets or sets the value indicating if a subscription supports the concept of session.

System_CAPS_pubpropertyStatus

Gets the current status of the subscription.

System_CAPS_pubpropertyUserMetadata

Gets or sets the user metadata.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: