UserContextTask Class

 

Defines a task that the user can run.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

System::Object
  Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::UserContextTask

[DataContractAttribute]
public ref class UserContextTask 

NameDescription
System_CAPS_pubmethodUserContextTask(String^, String^, String^)

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

NameDescription
System_CAPS_pubpropertyArguments

Gets the command-line arguments for the program.

System_CAPS_pubpropertyProgram

Gets the path to the program for the task.

System_CAPS_pubpropertyTitle

Gets the title of the task.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: