Method: Azure::ServiceBus::Topic#enable_batched_operations=
- Defined in:
- lib/azure/service_bus/topic.rb
#enable_batched_operations=(val) ⇒ Object
151 152 153 |
# File 'lib/azure/service_bus/topic.rb', line 151 def enable_batched_operations=(val) _set 'EnableBatchedOperations', val end |