DiscoveryTaskResult Class

 

Applies To: Operations Manager for System Center 2012

Represents the result of a discovery operation.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.DiscoveryTaskResult

Syntax

public class DiscoveryTaskResult
public ref class DiscoveryTaskResult 
type DiscoveryTaskResult = class end
Public Class DiscoveryTaskResult

Properties

Name Description
System_CAPS_pubproperty BatchId

The globally unique identifier (GUID) for the batch of tasks in this discovery operation.

System_CAPS_pubproperty CreatableEnterpriseManagementObjects

System_CAPS_pubproperty CustomMonitoringObjects

Obsolete.Gets the objects found during the discovery operation.

System_CAPS_pubproperty MonitoringTaskResults

Obsolete.Gets monitoring information about the task that performed the discovery.

System_CAPS_pubproperty TaskResults

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

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.Administration Namespace

Return to top