Show / Hide Table of Contents

Class CoreMessagingScheduler

Inheritance
object
SchedulerClient
CoreMessagingScheduler
Inherited Members
SchedulerClient.Started()
SchedulerClient.Progressing()
SchedulerClient.Completed()
SchedulerClient.Errored(ref Exception)
SchedulerClient.ThreadID
SchedulerClient.ScheduleHistoryItem
SchedulerClient.SchedulerEventGUID
SchedulerClient.aProcessMethod
SchedulerClient.Status
SchedulerClient.ProcessStarted
SchedulerClient.ProcessProgressing
SchedulerClient.ProcessCompleted
SchedulerClient.ProcessErrored
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Social.Messaging.Scheduler
Assembly: DotNetNuke.dll
Syntax
public class CoreMessagingScheduler : SchedulerClient

Constructors

CoreMessagingScheduler(ScheduleHistoryItem)

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public CoreMessagingScheduler(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Type Name Description
ScheduleHistoryItem objScheduleHistoryItem

CoreMessagingScheduler(ScheduleHistoryItem, IHostSettings, IMailSettings, IPortalController)

Declaration
public CoreMessagingScheduler(ScheduleHistoryItem scheduleHistoryItem, IHostSettings hostSettings, IMailSettings mailSettings, IPortalController portalController)
Parameters
Type Name Description
ScheduleHistoryItem scheduleHistoryItem
IHostSettings hostSettings
IMailSettings mailSettings
IPortalController portalController

Methods

DoWork()

Declaration
public override void DoWork()
Overrides
SchedulerClient.DoWork()

Extension Methods

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