Click or drag to resize

RegistrationType Enumeration

Indicates the intent of the RegistrationRequest.

Namespace: GSF.ServiceBus
Assembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.181-beta
Syntax
public enum RegistrationType
Members
Member nameValueDescription
Produce0 Register to produce Messages.
Consume1 Register to consume Messages.
See Also