Freigeben über


UtilityClass.GetWithStatus Method

Gets the "with" status for the selected result object.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim selectedResultObject As IResultObject

UtilityClass.GetWithStatus(selectedResultObject)

Syntax

'Declaration
Public Shared Sub GetWithStatus ( _
    selectedResultObject As IResultObject _
)
public static void GetWithStatus (
    IResultObject selectedResultObject
)
public:
static void GetWithStatus (
    IResultObject^ selectedResultObject
)
public static void GetWithStatus (
    IResultObject selectedResultObject
)
public static function GetWithStatus (
    selectedResultObject : IResultObject
)

Parameters

  • selectedResultObject
    [in] IResultObject interface for the selected item.

Exceptions

Exception type Condition
ArgumentNullException

The selectedResultObject parameter cannot be null.

OperationCanceledException

The operation was canceled before it completed.

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 Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

UtilityClass Class
UtilityClass Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
IResultObject