UserContextTask Constructor (String, String, String)
Initializes a new instance of the UserContextTask class with the specified title, program, and arguments.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public UserContextTask(
string title,
string program,
string args
)
public:
UserContextTask(
String^ title,
String^ program,
String^ args
)
Public Sub New (
title As String,
program As String,
args As String
)
Parameters
title
Type: System.StringThe title of the task.
program
Type: System.StringThe path to the program for the task.
args
Type: System.StringThe arguments for the program.
See Also
UserContextTask Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top