Click or drag to resize

RegistrationInfo Fields

The RegistrationInfo type exposes the following members.

Fields
  Name Description
Public field Consumers Gets or sets the list of clients consuming the Messages.
Public field ConsumersLock Gets the ReaderWriterLockSlim to be used for synchronized access to Consumers.
Public field LatestMessage Gets or sets the latest Message distributed to the subscribers.
Public field MessageName Gets or sets the name for Messages being produced/consumed.
Public field MessagesProcessed Gets or sets the total number of Messages distributed.
Public field MessagesReceived Gets or sets the total number of Messages received.
Public field MessageType Gets or sets the type for Messages being produced/consumed.
Public field Producers Gets or sets the list of clients producing the Messages.
Public field ProducersLock Gets the ReaderWriterLockSlim to be used for synchronized access to Producers.
Top
See Also