Interface IJobQueue<TArgs>
Inherited Members
System.IDisposable.Dispose()
Assembly: Volo.Abp.BackgroundJobs.RabbitMQ.dll
Syntax
public interface IJobQueue<in TArgs> : IRunnable, IDisposable
Type Parameters
Methods
EnqueueAsync(TArgs, BackgroundJobPriority, TimeSpan?)
Declaration
Task<string> EnqueueAsync(TArgs args, BackgroundJobPriority priority = BackgroundJobPriority.Normal, TimeSpan? delay = null)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><string> |
|
Extension Methods