C# Class RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation

Inheritance: IRpcContinuation
Afficher le fichier Open project: rabbitmq/rabbitmq-dotnet-client Class Usage Examples

Méthodes publiques

Свойство Type Description
m_cell RabbitMQ.Util.BlockingCell

Méthodes publiques

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

Private Methods

Méthode Description
ReportInvalidInvariant ( RabbitMQ.Util.Either result ) : void

Method Details

GetReply() public méthode

public GetReply ( ) : Command
Résultat Command

GetReply() public méthode

public GetReply ( System.TimeSpan timeout ) : Command
timeout System.TimeSpan
Résultat Command

HandleCommand() public méthode

public HandleCommand ( Command cmd ) : void
cmd Command
Résultat void

HandleModelShutdown() public méthode

public HandleModelShutdown ( ShutdownEventArgs reason ) : void
reason ShutdownEventArgs
Résultat void

Property Details

m_cell public_oe property

public BlockingCell,RabbitMQ.Util m_cell
Résultat RabbitMQ.Util.BlockingCell