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