C# Class MassTransit.RabbitMqTransport.RabbitMqExtensions

Afficher le fichier Open project: phatboyg/MassTransit

Méthodes publiques

Méthode 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 méthode

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
Résultat void

ToDebugString() public static méthode

public static ToDebugString ( this settings ) : string
settings this
Résultat string