Writes to the provider any changes that have been made to the page. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsPageControl
Dim worker As BackgroundWorker
Dim e As DoWorkEventArgs

instance.PostApply(worker, e)

Syntax

Visual Basic
Public Overridable Sub PostApply ( _
		worker As BackgroundWorker, _
		e As DoWorkEventArgs _
)
C#
public virtual void PostApply (
		BackgroundWorker worker,
		DoWorkEventArgs e
)
C++
public:
virtual void PostApply (
		BackgroundWorker^ worker, 
		DoWorkEventArgs^ e
)
J#
public void PostApply (
		BackgroundWorker worker, 
		DoWorkEventArgs e
)
JScript
public function PostApply (
		worker : BackgroundWorker, 
		e : DoWorkEventArgs
)

Parameters

worker

[in] System.ComponentModel.BackgroundWorker object to communicate with the provider.

e

[in] System.ComponentModel.DoWorkEventArgs object for event arguments.

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