QueueSettings::RequiresSession Property

 

Gets or sets a value that indicates whether the queue requires the concept of session.

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

public:
[DataMemberAttribute(Order = 3)]
property Nullable<bool> RequiresSession {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}

Property Value

Type: System::Nullable<Boolean>

true if the queue requires the concept of session; otherwise, false.

Return to top
Show: