Show / Hide Table of Contents

Class SchedulerClient

Inheritance
object
SchedulerClient
PurgeUsersOnline
PurgeAuthCookiesTask
PurgeCache
SynchronizeFileSystem
PurgeLogBuffer
SendLogNotifications
PurgeModuleCache
PurgeOutputCache
PurgeScheduleHistory
SearchEngineScheduler
CoreMessagingScheduler
WebServerMonitor
PurgeDeletedUsers
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Scheduling
Assembly: DotNetNuke.dll
Syntax
public abstract class SchedulerClient

Constructors

SchedulerClient()

Declaration
public SchedulerClient()

Properties

ScheduleHistoryItem

Declaration
public ScheduleHistoryItem ScheduleHistoryItem { get; set; }
Property Value
Type Description
ScheduleHistoryItem

SchedulerEventGUID

Declaration
public string SchedulerEventGUID { get; set; }
Property Value
Type Description
string

Status

Declaration
public string Status { get; set; }
Property Value
Type Description
string

ThreadID

Declaration
public int ThreadID { get; }
Property Value
Type Description
int

aProcessMethod

Declaration
public string aProcessMethod { get; set; }
Property Value
Type Description
string

Methods

Completed()

Declaration
public void Completed()

DoWork()

Declaration
public abstract void DoWork()

Errored(ref Exception)

Declaration
public void Errored(ref Exception objException)
Parameters
Type Name Description
Exception objException

Progressing()

Declaration
public void Progressing()

Started()

Declaration
public void Started()

Events

ProcessCompleted

Declaration
public event WorkCompleted ProcessCompleted
Event Type
Type Description
WorkCompleted

ProcessErrored

Declaration
public event WorkErrored ProcessErrored
Event Type
Type Description
WorkErrored

ProcessProgressing

Declaration
public event WorkProgressing ProcessProgressing
Event Type
Type Description
WorkProgressing

ProcessStarted

Declaration
public event WorkStarted ProcessStarted
Event Type
Type Description
WorkStarted

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS