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 | |
---|---|---|
Bucket | Gets the bucket number. |
|
BucketTable | Gets the bucket table number. |
|
Response | Gets the uniform resource locator (URL) of the AEM solution response. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (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.Monitoring.ClientMonitoring Namespace
Return to top