UserTask Class

Definition

Represents a user task.

public ref class UserTask : Microsoft::EnterpriseManagement::Common::CreatableMonitoringBase
[System.Serializable]
public class UserTask : Microsoft.EnterpriseManagement.Common.CreatableMonitoringBase
type UserTask = class
    inherit CreatableMonitoringBase
Public Class UserTask
Inherits CreatableMonitoringBase
Inheritance
Attributes

Constructors

UserTask(String, ManagementPackTask)

Initializes a new UserTask object.

Properties

ManagementGroup

Gets the management group that the object is in.

(Inherited from MonitoringBase)
ManagementGroupId

Gets the unique identifier of the management group that owns this object.

(Inherited from MonitoringBase)
Name

Gets or sets the name of the user task.

Task

Gets or sets the associated task.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Returns a hash code for the specified object.

Reconnect(EnterpriseManagementGroup)

Reconnects this object to a management group after it has been deserialized.

ToString()

Returns the relevant display string for the object.

(Inherited from MonitoringBase)
Update()

Updates this user task.

Applies to