Refreshes the selected result object for the specified action. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim actionItemDescription As ActionDescription
Dim selectedResultObject As IResultObject

UtilityClass.RefreshForAction(actionItemDescription, selectedResultObject)

Syntax

Visual Basic
Public Shared Sub RefreshForAction ( _
		actionItemDescription As ActionDescription, _
		selectedResultObject As IResultObject _
)
C#
public static void RefreshForAction (
		ActionDescription actionItemDescription,
		IResultObject selectedResultObject
)
C++
public:
static void RefreshForAction (
		ActionDescription^ actionItemDescription, 
		IResultObject^ selectedResultObject
)
J#
public static void RefreshForAction (
		ActionDescription actionItemDescription, 
		IResultObject selectedResultObject
)
JScript
public static function RefreshForAction (
		actionItemDescription : ActionDescription, 
		selectedResultObject : IResultObject
)

Parameters

actionItemDescription

[in] ActionDescription object.

selectedResultObject

[in] IResultObject interface for the selected result object.

Exceptions

Exception type Condition
ArgumentNullException

The actionItemDescription 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