Applies changes, including session token release, after the
management object is created during the apply phase.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsTabbedDialog
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.
- e
-
[in] System.ComponentModel.DoWorkEventArgs object.
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