SubscriptionSettings.RequiresSession Property

 

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

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

<DataMemberAttribute(Order := 1)>
Public Property RequiresSession As Nullable(Of Boolean)

Property Value

Type: System.Nullable(Of Boolean)

true if a subscription supports the concept of session; otherwise, false.

Return to top
Show: