Class ScheduledJob
Defines a scheduled job
Inheritance
System.Object
ScheduledJob
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common
Assembly: ImageVault.Common.dll
Syntax
public class ScheduledJob
Constructors
ScheduledJob()
Declaration
public ScheduledJob()
Properties
Interval
Get/Sets the Interval of the ScheduledJob
Declaration
public int? Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The number of minutes between each run |
LastRun
Get/Sets the LastRun of the ScheduledJob
Declaration
public DateTime? LastRun { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Name
Get/Sets the Name of the ScheduledJob
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScheduledJobId
Get/Sets the ScheduledJobId of the ScheduledJob
Declaration
public int ScheduledJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Get/Sets the Type of the ScheduledJob
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |