MonitoringTaskCredentials Class

 

Note: This API is now obsolete.

Specifies the base class used for task credentials.

Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Configuration.TaskCredentials
    Microsoft.EnterpriseManagement.Configuration.MonitoringTaskCredentials
      Microsoft.EnterpriseManagement.Configuration.WindowsTaskCredentials

Syntax

[SerializableAttribute]
[ObsoleteAttribute("Please use TaskCredentials")]
public abstract class MonitoringTaskCredentials : TaskCredentials
[SerializableAttribute]
[ObsoleteAttribute("Please use TaskCredentials")]
public ref class MonitoringTaskCredentials abstract : TaskCredentials
[<AbstractClass>]
[<SerializableAttribute>]
[<ObsoleteAttribute("Please use TaskCredentials")>]
type MonitoringTaskCredentials = 
    class
        inherit TaskCredentials
    end
<SerializableAttribute>
<ObsoleteAttribute("Please use TaskCredentials")>
Public MustInherit Class MonitoringTaskCredentials
    Inherits TaskCredentials

Constructors

Name Description
System_CAPS_protmethod MonitoringTaskCredentials()

Initializes a new MonitoringTaskCredentials object.

Methods

Name Description
System_CAPS_pubmethod Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from TaskCredentials.)

System_CAPS_protmethod Dispose(Boolean)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from TaskCredentials.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

Allows this object to attempt to free resources and perform other cleanup operations before this object is reclaimed by garbage collection.(Inherited from TaskCredentials.)

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.EnterpriseManagement.Configuration Namespace

Return to top