Interface IJobQueueManager
Namespace: Volo.Abp.BackgroundJobs.RabbitMQ
Assembly: Volo.Abp.BackgroundJobs.RabbitMQ.dll
Syntax
public interface IJobQueueManager : IRunnable
Methods
GetAsync<TArgs>()
Declaration
Task<IJobQueue<TArgs>> GetAsync<TArgs>()
Returns
| Type | Description |
|---|---|
| Task<IJobQueue<TArgs>> |
Type Parameters
| Name | Description |
|---|---|
| TArgs |