Table of Contents

Class TaskStartNotificationArgs

Namespace
Dynamicweb.Scheduling.Notifications
Assembly
Dynamicweb.Scheduling.dll
Provides information about the scheduled task.
public class TaskStartNotificationArgs : NotificationArgs
Inheritance
TaskStartNotificationArgs
Inherited Members

Constructors

TaskStartNotificationArgs(string)

Creates a new instance of the class.
public TaskStartNotificationArgs(string taskName)

Parameters

taskName string
The task name.

Properties

TaskName

Gets the task name.
public string TaskName { get; }

Property Value

string
To top