Adds the relative path for the specified result object and the specified action to the result refresh data list. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim resultObject As IResultObject
Dim action As PropertyDataUpdateAction

Me.AddRefreshResultObject(resultObject, action)

Syntax

Visual Basic
Protected Sub AddRefreshResultObject ( _
		resultObject As IResultObject, _
		action As PropertyDataUpdateAction _
)
C#
protected void AddRefreshResultObject (
		IResultObject resultObject,
		PropertyDataUpdateAction action
)
C++
protected:
void AddRefreshResultObject (
		IResultObject^ resultObject, 
		PropertyDataUpdateAction action
)
J#
protected void AddRefreshResultObject (
		IResultObject resultObject, 
		PropertyDataUpdateAction action
)
JScript
protected function AddRefreshResultObject (
		resultObject : IResultObject, 
		action : PropertyDataUpdateAction
)

Parameters

resultObject

[in] IResultObject interface for getting and setting result object properties.

action

[in] PropertyDataUpdateAction 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.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also