UserConsoleTask Class

Definition

Represents a user console task.

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

Constructors

UserConsoleTask(String, ManagementPackConsoleTask)

Initializes a new UserConsoleTask object.

Properties

ConsoleTask

Gets or sets the associated console task.

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 console 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 to a management group object after this object has been deserialized.

ToString()

Returns the relevant display string for the object.

(Inherited from MonitoringBase)
Update()

Updates this task.

Applies to