This topic has not yet been rated - Rate this topic

SubscriptionDescription.RequiresSession Property

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

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public bool RequiresSession { get; set; }

Property Value

Type: System.Boolean
true if the receiver application can only receive from the queue through a SessionReceiver; false if a queue cannot receive using SessionReceiver.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.