Class BackgroundJobConfiguration
Inheritance
object
BackgroundJobConfiguration
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 class BackgroundJobConfiguration
Constructors
BackgroundJobConfiguration(Type)
Declaration
public BackgroundJobConfiguration(Type jobType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | jobType |
Properties
ArgsType
Declaration
public Type ArgsType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
JobName
Declaration
public string JobName { get; }
Property Value
| Type | Description |
|---|---|
| string |
JobType
Declaration
public Type JobType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |