UserContextTask Class
Defines a task that the user can run.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.UserContextTask
Syntax
[DataContractAttribute]
public class UserContextTask
[DataContractAttribute]
public ref class UserContextTask
<DataContractAttribute>
Public Class UserContextTask
Constructors
Name | Description | |
---|---|---|
UserContextTask(String, String, String) | Initializes a new instance of the UserContextTask class with the specified title, program, and arguments. |
Properties
Name | Description | |
---|---|---|
Arguments | Gets the command-line arguments for the program. |
|
Program | Gets the path to the program for the task. |
|
Title | Gets the title of the task. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top