Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
---|
Dim instance As ResultUpdateEventArgs |
Syntax
Visual Basic |
---|
Public Class ResultUpdateEventArgs Inherits EventArgs |
C# |
---|
public class ResultUpdateEventArgs : EventArgs |
C++ |
---|
public ref class ResultUpdateEventArgs : public EventArgs |
J# |
---|
public class ResultUpdateEventArgs extends EventArgs |
JScript |
---|
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
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.