Table of Contents

Class ConnectionShutdownEventArgs

Namespace
Tp.RabbitMq
Assembly
Tp.RabbitMq.dll
public class ConnectionShutdownEventArgs
Inheritance
ConnectionShutdownEventArgs
Inherited Members

Constructors

ConnectionShutdownEventArgs(string, string)

public ConnectionShutdownEventArgs(string host, string message)

Parameters

host string
message string

Properties

Host

public string Host { get; }

Property Value

string

Message

public string Message { get; }

Property Value

string