次の方法で共有


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
System_CAPS_pubmethod UserContextTask(String, String, String)

Initializes a new instance of the UserContextTask class with the specified title, program, and arguments.

Properties

Name Description
System_CAPS_pubproperty Arguments

Gets the command-line arguments for the program.

System_CAPS_pubproperty Program

Gets the path to the program for the task.

System_CAPS_pubproperty Title

Gets the title of the task.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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