Class BackgroundWorkerNameAttribute
Inheritance
BackgroundWorkerNameAttribute
Assembly: Volo.Abp.BackgroundWorkers.dll
Syntax
public class BackgroundWorkerNameAttribute : Attribute, IBackgroundWorkerNameProvider
Constructors
BackgroundWorkerNameAttribute(string)
Declaration
public BackgroundWorkerNameAttribute(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 workerType)
Parameters
Type |
Name |
Description |
Type |
workerType |
|
Returns
GetNameOrNull(Type)
Declaration
public static string? GetNameOrNull(Type workerType)
Parameters
Type |
Name |
Description |
Type |
workerType |
|
Returns
GetNameOrNull<TWorkerType>()
Declaration
public static string? GetNameOrNull<TWorkerType>()
Returns
Type Parameters
Name |
Description |
TWorkerType |
|
GetName<TWorkerType>()
Declaration
public static string GetName<TWorkerType>()
Returns
Type Parameters
Name |
Description |
TWorkerType |
|
Implements
Extension Methods