C# 클래스 RabbitMQ.Client.Impl.ShutdownContinuation

파일 보기 프로젝트 열기: ru-sh/rabbitmq-dotnet-client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_cell RabbitMQ.Util.BlockingCell

공개 메소드들

메소드 설명
OnConnectionShutdown ( object sender, RabbitMQ.Client.ShutdownEventArgs reason ) : void
OnModelShutdown ( IModel sender, RabbitMQ.Client.ShutdownEventArgs reason ) : void
Wait ( ) : RabbitMQ.Client.ShutdownEventArgs
Wait ( TimeSpan timeout ) : RabbitMQ.Client.ShutdownEventArgs

메소드 상세

OnConnectionShutdown() 공개 메소드

public OnConnectionShutdown ( object sender, RabbitMQ.Client.ShutdownEventArgs reason ) : void
sender object
reason RabbitMQ.Client.ShutdownEventArgs
리턴 void

OnModelShutdown() 공개 메소드

public OnModelShutdown ( IModel sender, RabbitMQ.Client.ShutdownEventArgs reason ) : void
sender IModel
reason RabbitMQ.Client.ShutdownEventArgs
리턴 void

Wait() 공개 메소드

public Wait ( ) : RabbitMQ.Client.ShutdownEventArgs
리턴 RabbitMQ.Client.ShutdownEventArgs

Wait() 공개 메소드

public Wait ( TimeSpan timeout ) : RabbitMQ.Client.ShutdownEventArgs
timeout TimeSpan
리턴 RabbitMQ.Client.ShutdownEventArgs

프로퍼티 상세

m_cell 공개적으로 프로퍼티

public BlockingCell,RabbitMQ.Util m_cell
리턴 RabbitMQ.Util.BlockingCell