Table of Contents

Class ConsumerTagChangedAfterRecoveryEventArgs

Namespace
RabbitMQ.Client.Events
Assembly
RabbitMQ.Client.dll
public sealed class ConsumerTagChangedAfterRecoveryEventArgs : AsyncEventArgs
Inheritance
ConsumerTagChangedAfterRecoveryEventArgs
Inherited Members

Constructors

ConsumerTagChangedAfterRecoveryEventArgs(string, string, CancellationToken)

Initializes a new instance of the ConsumerTagChangedAfterRecoveryEventArgs class.

public ConsumerTagChangedAfterRecoveryEventArgs(string tagBefore, string tagAfter, CancellationToken cancellationToken = default)

Parameters

tagBefore string

The tag before.

tagAfter string

The tag after.

cancellationToken CancellationToken

The cancellation token.

Fields

TagAfter

Gets the tag after.

public readonly string TagAfter

Field Value

string

TagBefore

Gets the tag before.

public readonly string TagBefore

Field Value

string