SubscriptionSettings.EnableBatchedOperations Property

 

Gets or sets a value that indicates whether the batched operations are enabled.

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

<DataMemberAttribute(Order := 6)>
Public Property EnableBatchedOperations As Nullable(Of Boolean)

Property Value

Type: System.Nullable(Of Boolean)

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

Return to top
Show: