C# 클래스 MassTransit.RabbitMqTransport.RabbitMqExtensions

파일 보기 프로젝트 열기: phatboyg/MassTransit

공개 메소드들

메소드 설명
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