C# Класс MassTransit.RabbitMqTransport.RabbitMqExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Cleanup ( this model, ushort replyCode = 200, string message = "Unknown" ) : void

Close and dispose of a RabbitMQ channel without throwing any exceptions

ToDebugString ( this settings ) : string

Описание методов

Cleanup() публичный статический Метод

Close and dispose of a RabbitMQ channel without throwing any exceptions
public static Cleanup ( this model, ushort replyCode = 200, string message = "Unknown" ) : void
model this The channel (can be null)
replyCode ushort
message string Message for channel closure
Результат void

ToDebugString() публичный статический Метод

public static ToDebugString ( this settings ) : string
settings this
Результат string