SmsTabbedDialog.PostApply Method
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
'Usage
Dim instance As SmsTabbedDialog
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.
- 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
Reference
SmsTabbedDialog Class
SmsTabbedDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace