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