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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetReply ( ) : Command
GetReply ( System.TimeSpan timeout ) : Command
HandleCommand ( Command cmd ) : void
HandleModelShutdown ( ShutdownEventArgs reason ) : void

비공개 메소드들

메소드 설명
ReportInvalidInvariant ( RabbitMQ.Util.Either result ) : void

메소드 상세

GetReply() 공개 메소드

public GetReply ( ) : Command
리턴 Command

GetReply() 공개 메소드

public GetReply ( System.TimeSpan timeout ) : Command
timeout System.TimeSpan
리턴 Command

HandleCommand() 공개 메소드

public HandleCommand ( Command cmd ) : void
cmd Command
리턴 void

HandleModelShutdown() 공개 메소드

public HandleModelShutdown ( ShutdownEventArgs reason ) : void
reason ShutdownEventArgs
리턴 void

프로퍼티 상세

m_cell 공개적으로 프로퍼티

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