SmsCustomDialog.AddRefreshResultObject Method
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
'Usage
Dim resultObject As IResultObject
Dim action As PropertyDataUpdateAction
Me.AddRefreshResultObject(resultObject, action)
Syntax
'Declaration
Protected Sub AddRefreshResultObject ( _
resultObject As IResultObject, _
action As PropertyDataUpdateAction _
)
protected void AddRefreshResultObject (
IResultObject resultObject,
PropertyDataUpdateAction action
)
protected:
void AddRefreshResultObject (
IResultObject^ resultObject,
PropertyDataUpdateAction action
)
protected void AddRefreshResultObject (
IResultObject resultObject,
PropertyDataUpdateAction action
)
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
Reference
SmsCustomDialog Class
SmsCustomDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
PropertyDataUpdateAction Enumeration
IResultObject