QueryNodeBase.RefreshResults Method
Performs default refresh processing.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As QueryNodeBase
Dim sender As Object
Dim actionDescription As ActionDescription
Dim status As Status
Dim selectedResultObject As IResultObject
Dim dataUpdatedDelegate As PropertyDataUpdated
instance.RefreshResults(sender, actionDescription, status, selectedResultObject, dataUpdatedDelegate)
Syntax
'Declaration
Public Overrides Sub RefreshResults ( _
sender As Object, _
actionDescription As ActionDescription, _
status As Status, _
selectedResultObject As IResultObject, _
dataUpdatedDelegate As PropertyDataUpdated _
)
public override void RefreshResults (
Object sender,
ActionDescription actionDescription,
Status status,
IResultObject selectedResultObject,
PropertyDataUpdated dataUpdatedDelegate
)
public:
virtual void RefreshResults (
Object^ sender,
ActionDescription^ actionDescription,
Status^ status,
IResultObject^ selectedResultObject,
PropertyDataUpdated^ dataUpdatedDelegate
) override
public void RefreshResults (
Object sender,
ActionDescription actionDescription,
Status status,
IResultObject selectedResultObject,
PropertyDataUpdated dataUpdatedDelegate
)
public override function RefreshResults (
sender : Object,
actionDescription : ActionDescription,
status : Status,
selectedResultObject : IResultObject,
dataUpdatedDelegate : PropertyDataUpdated
)
Parameters
- sender
[in] System.Object instance that indicates the sender of an event notifying that query results need refreshing.
- actionDescription
[in] ActionDescription object.
- status
[in] Microsoft.ManagementConsole.Status object.
- selectedResultObject
[in] IResultObject interface for getting or setting result object properties.
- dataUpdatedDelegate
[in] PropertyDataUpdated delegate.
Remarks
Your application must override this method in a derived class.
During refresh processing, this method clears child nodes and view results, cancels outstanding queries, and fires results pane events to inform views that the data is being refreshed.
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
QueryNodeBase Class
QueryNodeBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
PropertyDataUpdated Delegate
ActionDescription
IResultObject