| TaskEndNotificationArgs Constructor (String, String) |
Namespace:
Dynamicweb.Scheduling.Notifications
Assembly:
Dynamicweb.Scheduling (in Dynamicweb.Scheduling.dll) Version: 4.0.2
Syntax public TaskEndNotificationArgs(
string taskName,
string resultMessage
)
Public Sub New (
taskName As String,
resultMessage As String
)
Parameters
- taskName
- Type: SystemString
- resultMessage
- Type: SystemString
See Also