Class LongRunningJobArgs
Inherited Members
Namespace: Volo.Abp.BackgroundJobs.DemoApp.Shared.Jobs
Assembly: Volo.Abp.BackgroundJobs.DemoApp.Shared.dll
Syntax
[BackgroundJobName("LongJob")]
public class LongRunningJobArgs
Constructors
LongRunningJobArgs()
Declaration
public LongRunningJobArgs()
Properties
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |