MonitoringTaskCredentials Class

System Center
 

Updated: April 25, 2012

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)


[SerializableAttribute]
[ObsoleteAttribute("Please use TaskCredentials")]
public ref class MonitoringTaskCredentials abstract : TaskCredentials

NameDescription
System_CAPS_protmethodMonitoringTaskCredentials()

Initializes a new MonitoringTaskCredentials object.

NameDescription
System_CAPS_pubmethodDispose()

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

System_CAPS_protmethodDispose(Boolean)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

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_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: