Class ScheduledJobEventArgs
Class to pass event arguments from ScheduledJob events.
Inheritance
System.Object
ScheduledJobEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ScheduledJobEventArgs : EventArgs
Constructors
ScheduledJobEventArgs(ScheduledJob)
Declaration
public ScheduledJobEventArgs(ScheduledJob job)
Parameters
Type | Name | Description |
---|---|---|
ScheduledJob | job |
Properties
Job
Job affected by event
Declaration
public ScheduledJob Job { get; }
Property Value
Type | Description |
---|---|
ScheduledJob |