BackgroundJobClientExtensionsEnqueue Method |
Name | Description | |
---|---|---|
EnqueueT(IBackgroundJobClient, ExpressionActionT) |
Creates a background job based on a specified instance method
call expression and places it into its actual queue.
Please, see the QueueAttribute to learn how to
place the job on a non-default queue.
| |
Enqueue(IBackgroundJobClient, ExpressionAction) |
Creates a background job based on a specified static method
call expression and places it into its actual queue.
Please, see the QueueAttribute to learn how to
place the job on a non-default queue.
|