MonitoringResultData Class

 

Applies To: Dynamics CRM 2015

Contains information about the result of a test run by the Microsoft Dynamics CRM monitoring service.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.Deployment.BaseData
    Microsoft.Xrm.Sdk.Deployment.MonitoringResultData

Syntax

[DataContractAttribute(Name = "MonitoringResultData", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")]
public class MonitoringResultData : BaseData
[DataContractAttribute(Name = "MonitoringResultData", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")]
public ref class MonitoringResultData : BaseData
[<DataContractAttribute(Name = "MonitoringResultData", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")>]
type MonitoringResultData = 
    class
        inherit BaseData
    end
<DataContractAttribute(Name := "MonitoringResultData", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")>
Public Class MonitoringResultData
    Inherits BaseData

Constructors

Name Description
System_CAPS_pubmethod MonitoringResultData()

Initializes a new instance of the MonitoringResultData class.

Properties

Name Description
System_CAPS_pubproperty EndTime

Gets or sets the time when monitoring test ended.

System_CAPS_pubproperty ExtensionData

For internal use only.(Inherited from BaseData.)

System_CAPS_pubproperty Id

Gets or sets the ID of the monitoring test.

System_CAPS_pubproperty Role

Gets or sets the CRM role for which the monitoring test was run.

System_CAPS_pubproperty Server

Gets or sets the CRM server name where the test was run.

System_CAPS_pubproperty StartTime

Gets or sets the time when monitoring test started.

System_CAPS_pubproperty Status

Gets or sets the status of the test.

System_CAPS_pubproperty StatusDetail

Gets or sets the information about the test status.

System_CAPS_pubproperty TestName

Gets or sets the name of the test.

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.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright