IWithMessageBatching Interface

Definition

The stage of the topic definition allowing specify batching behaviour.

public interface IWithMessageBatching
type IWithMessageBatching = interface
Public Interface IWithMessageBatching
Derived

Methods

WithoutMessageBatching()

Specifies that the default batching should be disabled on this topic. With batching Service Bus can batch multiple message when it write or delete messages from it's internal store.

Applies to