Class SendLogNotifications
Inherited Members
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public class SendLogNotifications : SchedulerClient
Constructors
| Improve this Doc View SourceSendLogNotifications(ScheduleHistoryItem)
Initializes a new instance of the SendLogNotifications class.
Declaration
public SendLogNotifications(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Type | Name | Description |
---|---|---|
ScheduleHistoryItem | objScheduleHistoryItem |
Methods
| Improve this Doc View SourceDoWork()
This is the sub that kicks off the actual work within the SchedulerClient's subclass.
Declaration
public override void DoWork()