Click or drag to resize

MessageProcessingMode Enumeration

Indicates how the distribution of Messages is processed by the ServiceBusService.

Namespace: GSF.ServiceBus
Assembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.181-beta
Syntax
public enum MessageProcessingMode
Members
Member nameValueDescription
Parallel0Message distribution is processed in parallel for increased distribution performance.
Sequential1Message distribution is processed sequentially to preserve Message ordering.
See Also