Freigeben über


SmsPageControl.PostApply Method

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

'Usage
Dim instance As SmsPageControl
Dim worker As BackgroundWorker
Dim e As DoWorkEventArgs

instance.PostApply(worker, e)

Syntax

'Declaration
Public Overridable Sub PostApply ( _
    worker As BackgroundWorker, _
    e As DoWorkEventArgs _
)
public virtual void PostApply (
    BackgroundWorker worker,
    DoWorkEventArgs e
)
public:
virtual void PostApply (
    BackgroundWorker^ worker, 
    DoWorkEventArgs^ e
)
public void PostApply (
    BackgroundWorker worker, 
    DoWorkEventArgs e
)
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

Reference

SmsPageControl Class
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ApplyChanges
SmsPageControl.OnApplyChanges Method