Table of Contents

Class ConnectionBlockedEventArgs

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

Event relating to connection being blocked.

public class ConnectionBlockedEventArgs : EventArgs
Inheritance
ConnectionBlockedEventArgs
Inherited Members

Constructors

ConnectionBlockedEventArgs(string)

public ConnectionBlockedEventArgs(string reason)

Parameters

reason string

Properties

Reason

Access the reason why connection is blocked.

public string Reason { get; }

Property Value

string