Share via


ManagementPack.GetTask(String) Method

Definition

Retrieves the specified task from the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackTask ^ GetTask(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackTask GetTask (string name);
member this.GetTask : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackTask
Public Function GetTask (name As String) As ManagementPackTask

Parameters

name
String

The name of the task.

Returns

The specified task.

Remarks

A task is an action that diagnoses or repairs a problem. A task can also automate a management process.

Applies to