Click or drag to resize

MessageType Enumeration

Indicates how a Message is distributed by the ServiceBusService.

Namespace: GSF.ServiceBus
Assembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.181-beta
Syntax
public enum MessageType
Members
Member nameValueDescription
Topic0Message is distributed to all of its registered consumers.
Queue1Message is distributed to the first of all its registered consumers.
See Also