TopicSettings::EnableBatchedOperations Property

 

Gets or sets a value that indicates whether server-side batched operations are enabled.

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

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

Property Value

Type: System::Nullable<Boolean>

true if the batched operations are enabled; otherwise, false.

Return to top
Show: