Click or drag to resize

TaskEndNotificationArgs Constructor (String, String)

Initializes a new instance of the TaskEndNotificationArgs class

Namespace:  Dynamicweb.Scheduling.Notifications
Assembly:  Dynamicweb.Scheduling (in Dynamicweb.Scheduling.dll) Version: 4.0.2
Syntax
public TaskEndNotificationArgs(
	string taskName,
	string resultMessage
)

Parameters

taskName
Type: SystemString
resultMessage
Type: SystemString
See Also