Udostępnij za pośrednictwem


Settings.GetInstanceValue Method (Setting, MonitoringObject)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the specified double setting value for the specified MonitoringObject instance.

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

Usage

'Usage
Dim instance As Settings
Dim setting As Setting(Of Double)
Dim instance As MonitoringObject
Dim returnValue As Double

returnValue = instance.GetInstanceValue(setting, instance)

Syntax

'Declaration
Public Function GetInstanceValue ( _
    setting As Setting(Of Double), _
    instance As MonitoringObject _
) As Double
public double GetInstanceValue (
    Setting<double> setting,
    MonitoringObject instance
)
public:
double GetInstanceValue (
    Setting<double>^ setting, 
    MonitoringObject^ instance
)
public double GetInstanceValue (
    Setting<double> setting, 
    MonitoringObject instance
)
public function GetInstanceValue (
    setting : Setting<double>, 
    instance : MonitoringObject
) : double

Parameters

Return Value

Returns Double the specified setting value for the specifiedMonitoringObject instance.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

Settings Class
Settings Members
Microsoft.EnterpriseManagement.Administration Namespace