ApplicationHost.UnloadDynamicApplication(IHostedApplication) 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 dynamic hosted application.
public:
bool UnloadDynamicApplication(Microsoft::Uii::Csr::IHostedApplication ^ application);
public bool UnloadDynamicApplication (Microsoft.Uii.Csr.IHostedApplication application);
member this.UnloadDynamicApplication : Microsoft.Uii.Csr.IHostedApplication -> bool
Public Function UnloadDynamicApplication (application As IHostedApplication) As Boolean
Parameters
- application
- IHostedApplication
Specifies the name of dynamic application to unload.
Returns
True
if the dynamic application is unloaded, otherwise false
.
Remarks
Dynamic application that is global will not actually be unloaded but hidden until next request to load.