Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ScheduledJobEventArgs

Class to pass event arguments from ScheduledJob events.

Inheritance
System.Object
ScheduledJobEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
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

Extension Methods