Table of Contents

Class FlowControlEventArgs

Namespace
RabbitMQ.Client.Events
Assembly
Apigen.dll

Event relating to flow control.

public class FlowControlEventArgs : EventArgs
Inheritance
FlowControlEventArgs
Inherited Members

Constructors

FlowControlEventArgs(bool)

public FlowControlEventArgs(bool active)

Parameters

active bool

Properties

Active

Access the flow control setting.

public bool Active { get; }

Property Value

bool