Class ConsumerEventArgs
Event relating to a successful consumer registration or cancellation.
public class ConsumerEventArgs : AsyncEventArgs
- Inheritance
-
ConsumerEventArgs
- Inherited Members
Constructors
ConsumerEventArgs(string[], CancellationToken)
Construct an event containing the consumer-tags of the consumer the event relates to.
public ConsumerEventArgs(string[] consumerTags, CancellationToken cancellationToken = default)
Parameters
consumerTags
string[]cancellationToken
CancellationToken
Fields
ConsumerTags
Access the consumer-tags of the consumer the event relates to.
public readonly string[] ConsumerTags
Field Value
- string[]