C# Class MassTransit.RabbitMqTransport.RabbitMqExtensions

Datei anzeigen Open project: phatboyg/MassTransit

Public Methods

Method Description
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

Method Details

Cleanup() public static method

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
return void

ToDebugString() public static method

public static ToDebugString ( this settings ) : string
settings this
return string