Class JobHandlerContext
Inheritance
System.Object
JobHandlerContext
Namespace:InfinniPlatform.Scheduler
Assembly:InfinniPlatform.Scheduler.Quartz.dll
Syntax
public class JobHandlerContext : object, IJobHandlerContext
Properties
|
Improve this Doc
View Source
Data
Declaration
public DynamicDocument Data { get; set; }
Property Value
Implements
|
Improve this Doc
View Source
FireTimeUtc
Declaration
public DateTimeOffset FireTimeUtc { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
InstanceId
Declaration
public string InstanceId { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
|
Improve this Doc
View Source
NextFireTimeUtc
Declaration
public DateTimeOffset? NextFireTimeUtc { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
PreviousFireTimeUtc
Declaration
public DateTimeOffset? PreviousFireTimeUtc { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
ScheduledFireTimeUtc
Declaration
public DateTimeOffset ScheduledFireTimeUtc { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
Extension Methods