C# Class Rebus.Workers.ThreadPoolBased.ThreadPoolWorker

Inheritance: IWorker
Afficher le fichier Open project: rebus-org/Rebus Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
ProcessMessage ( Rebus.Bus.TransactionContext context, Rebus.Messages.TransportMessage transportMessage ) : Task
ReceiveTransportMessage ( CancellationToken token, ITransactionContext context ) : Task
Run ( ) : void
ThreadPoolWorker ( string name, ITransport transport, IRebusLoggerFactory rebusLoggerFactory, IPipeline pipeline, IPipelineInvoker pipelineInvoker, Rebus.Threading.ParallelOperationsManager parallelOperationsManager, Rebus.Bus.RebusBus owningBus, Rebus.Config.Options options, ISyncBackoffStrategy backoffStrategy ) : System
TryAsyncReceive ( CancellationToken token, IDisposable parallelOperation ) : void
TryReceiveNextMessage ( CancellationToken token ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void