This is the sub that kicks off the actual work within the SchedulerClient's subclass

Namespace: DotNetNuke.Services.Scheduling
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public abstract void DoWork()
Visual Basic
Public MustOverride Sub DoWork

See Also