ScopeNodeBase.OnFireRefreshUpdateAllEvent Method
Handles a notification of a refresh update all event.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim sender As Object
Me.OnFireRefreshUpdateAllEvent(sender)
Syntax
'Declaration
<DebuggerStepThroughAttribute> _
Protected Sub OnFireRefreshUpdateAllEvent ( _
sender As Object _
)
[DebuggerStepThroughAttribute]
protected void OnFireRefreshUpdateAllEvent (
Object sender
)
[DebuggerStepThroughAttribute]
protected:
void OnFireRefreshUpdateAllEvent (
Object^ sender
)
/** @attribute DebuggerStepThroughAttribute() */
protected void OnFireRefreshUpdateAllEvent (
Object sender
)
DebuggerStepThroughAttribute
protected function OnFireRefreshUpdateAllEvent (
sender : Object
)
Parameters
- sender
[in] System.Object instance that indicates the sender of a refresh update all event.
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
ScopeNodeBase Class
ScopeNodeBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace