Class ConsumerEventArgs
Event relating to a successful consumer registration or cancellation.
public class ConsumerEventArgs : EventArgs
- Inheritance
-
ConsumerEventArgs
- Inherited Members
Constructors
ConsumerEventArgs(string[])
Construct an event containing the consumer-tags of the consumer the event relates to.
public ConsumerEventArgs(string[] consumerTags)
Parameters
consumerTags
string[]
Properties
ConsumerTags
Access the consumer-tags of the consumer the event relates to.
public string[] ConsumerTags { get; }
Property Value
- string[]