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 | |
---|---|---|
MonitoringTaskCredentials() | Initializes a new MonitoringTaskCredentials object. |
Methods
Name | Description | |
---|---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from TaskCredentials.) |
|
Dispose(Boolean) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from TaskCredentials.) |
|
Equals(Object) | (Inherited from Object.) |
|
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.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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