IWebClassLibProject.UnloadAppDomain(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unloads the app domain.
public:
int UnloadAppDomain(int bWaitForReset);
public:
int UnloadAppDomain(int bWaitForReset);
int UnloadAppDomain(int bWaitForReset);
public int UnloadAppDomain (int bWaitForReset);
abstract member UnloadAppDomain : int -> int
Public Function UnloadAppDomain (bWaitForReset As Integer) As Integer
Parameters
- bWaitForReset
- Int32
true
to wait for reset, otherwise false
.
Returns
The HRESULT.