ResultUpdateEventArgs Class
Passes initial setup information about a result object update in Configuration Manager 2007.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ResultUpdateEventArgs
Syntax
'Declaration
Public Class ResultUpdateEventArgs
Inherits EventArgs
public class ResultUpdateEventArgs : EventArgs
public ref class ResultUpdateEventArgs : public EventArgs
public class ResultUpdateEventArgs extends EventArgs
public class ResultUpdateEventArgs extends EventArgs
Remarks
An event handler for this class is returned from the ResultUpdateEvent event.
The recipient of an instance of this class should check for new or updated items based on the list of result objects. If the items are not in the list, they should be added. If the items are in the list, they should be refreshed.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.ConfigurationManagement.ManagementProvider.ResultUpdateEventArgs
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
ResultUpdateEventArgs Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ScopeNodeBase.ResultUpdateEvent Event