C# Class RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation

Inheritance: IRpcContinuation
显示文件 Open project: rabbitmq/rabbitmq-dotnet-client Class Usage Examples

Public Properties

Property Type Description
m_cell RabbitMQ.Util.BlockingCell

Public Methods

Method Description
GetReply ( ) : Command
GetReply ( System.TimeSpan timeout ) : Command
HandleCommand ( Command cmd ) : void
HandleModelShutdown ( ShutdownEventArgs reason ) : void

Private Methods

Method Description
ReportInvalidInvariant ( RabbitMQ.Util.Either result ) : void

Method Details

GetReply() public method

public GetReply ( ) : Command
return Command

GetReply() public method

public GetReply ( System.TimeSpan timeout ) : Command
timeout System.TimeSpan
return Command

HandleCommand() public method

public HandleCommand ( Command cmd ) : void
cmd Command
return void

HandleModelShutdown() public method

public HandleModelShutdown ( ShutdownEventArgs reason ) : void
reason ShutdownEventArgs
return void

Property Details

m_cell public_oe property

public BlockingCell,RabbitMQ.Util m_cell
return RabbitMQ.Util.BlockingCell