Handles a notification of a refresh update all event. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim sender As Object

Me.OnFireRefreshUpdateAllEvent(sender)

Syntax

Visual Basic
<DebuggerStepThroughAttribute> _
Protected Sub OnFireRefreshUpdateAllEvent ( _
		sender As Object _
)
C#
[DebuggerStepThroughAttribute] 
protected void OnFireRefreshUpdateAllEvent (
		Object sender
)
C++
[DebuggerStepThroughAttribute] 
protected:
void OnFireRefreshUpdateAllEvent (
		Object^ sender
)
J#
/** @attribute DebuggerStepThroughAttribute() */ 
protected void OnFireRefreshUpdateAllEvent (
		Object sender
)
JScript
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