Class WriteToConsoleGreenJobArgs
Inherited Members
Namespace: Volo.Abp.BackgroundJobs.DemoApp.Shared.Jobs
Assembly: Volo.Abp.BackgroundJobs.DemoApp.Shared.dll
Syntax
[BackgroundJobName("GreenJob")]
public class WriteToConsoleGreenJobArgs
Constructors
WriteToConsoleGreenJobArgs()
Declaration
public WriteToConsoleGreenJobArgs()
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 |