Class BackgroundJobNameAttribute
Inheritance
BackgroundJobNameAttribute
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public class BackgroundJobNameAttribute : Attribute, IBackgroundJobNameProvider
Constructors
BackgroundJobNameAttribute(string)
Declaration
public BackgroundJobNameAttribute(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Methods
GetName(Type)
Declaration
public static string GetName(Type jobArgsType)
Parameters
Type |
Name |
Description |
Type |
jobArgsType |
|
Returns
GetName<TJobArgs>()
Declaration
public static string GetName<TJobArgs>()
Returns
Type Parameters
Name |
Description |
TJobArgs |
|
Implements
Extension Methods