ServerDiagnosticView Class

 

Represents a diagnostic view for a single engine object as a container of name-value pairs.

Namespace:   Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.ManagementService.ServerDiagnosticView

Syntax

[DataContractAttribute(Name = "DiagnosticView", Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")]
public sealed class ServerDiagnosticView
[DataContractAttribute(Name = "DiagnosticView", Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")]
public ref class ServerDiagnosticView sealed 
[<Sealed>]
[<DataContractAttribute(Name = "DiagnosticView", Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")>]
type ServerDiagnosticView = class end
<DataContractAttribute(Name := "DiagnosticView", Namespace := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")>
Public NotInheritable Class ServerDiagnosticView

Constructors

Name Description
System_CAPS_pubmethod ServerDiagnosticView()

Initializes a new, default instance of the ServerDiagnosticView class.

System_CAPS_pubmethod ServerDiagnosticView(Uri, IDictionary<String, Object>)

Initializes a new instance of the ServerDiagnosticView class with the specified name and properties.

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of properties in the diagnostic view.

System_CAPS_pubproperty Name

Gets or sets the name of the object that is the subject of the diagnostic view.

System_CAPS_pubproperty Values

Gets a collection of name values pairs for all values in the diagnostic view.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetProperty<TValue>(String)

Gets the value for a specific property.

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.ComplexEventProcessing.ManagementService Namespace

Return to top