次の方法で共有


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

  • program
    Type: System.String

    The path to the program for the task.

See Also

UserContextTask Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top