Table of Contents

Class FlowControlEventArgs

Namespace
RabbitMQ.Client.Events
Assembly
RabbitMQ.Client.dll

Event relating to flow control.

public class FlowControlEventArgs : AsyncEventArgs
Inheritance
FlowControlEventArgs
Inherited Members

Constructors

FlowControlEventArgs(bool, CancellationToken)

public FlowControlEventArgs(bool active, CancellationToken cancellationToken = default)

Parameters

active bool
cancellationToken CancellationToken

Fields

Active

Access the flow control setting.

public readonly bool Active

Field Value

bool