Class AsyncBackgroundJob<TArgs>
Implements
IAsyncBackgroundJob<TArgs>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public abstract class AsyncBackgroundJob<TArgs> : IAsyncBackgroundJob<TArgs>
Type Parameters
| Name | Description |
|---|---|
| TArgs |
Constructors
AsyncBackgroundJob()
Declaration
protected AsyncBackgroundJob()
Properties
Logger
Declaration
public ILogger<AsyncBackgroundJob<TArgs>> Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger<TCategoryName><AsyncBackgroundJob<TArgs>> |
Methods
ExecuteAsync(TArgs)
Declaration
public abstract Task ExecuteAsync(TArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| TArgs | args |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |