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)
Property Value
Type: System.Booleantrue if the receiver application can only receive from the queue through a SessionReceiver; false if a queue cannot receive using SessionReceiver.