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.
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 | |
|---|---|---|
| .jpeg) | UserContextTask(String, String, String) | Initializes a new instance of the UserContextTask class with the specified title, program, and arguments. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Arguments | Gets the command-line arguments for the program. | 
| .jpeg) | Program | Gets the path to the program for the task. | 
| .jpeg) | Title | Gets the title of the task. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | 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