Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.String- The title of the task. 
- program 
 Type: System.String- The path to the program for the task. 
- args 
 Type: System.String- The arguments for the program. 
See Also
UserContextTask Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top