AemSolutionResponse Class

 

Applies To: Operations Manager for System Center 2012

Contains the essential solution response fields that are published to a file share.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemSolutionResponse

Syntax

public sealed class AemSolutionResponse
public ref class AemSolutionResponse sealed 
[<Sealed>]
type AemSolutionResponse = class end
Public NotInheritable Class AemSolutionResponse

Properties

Name Description
System_CAPS_pubproperty Bucket

Gets the bucket number.

System_CAPS_pubproperty BucketTable

Gets the bucket table number.

System_CAPS_pubproperty Response

Gets the uniform resource locator (URL) of the AEM solution response.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(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.Monitoring.ClientMonitoring Namespace

Return to top