ApplicationHost.LoadApplications(ArrayList, Boolean, Boolean) 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.
Dynamically loads/unloads hosted applications depending on the status of workflows.
public:
virtual bool LoadApplications(System::Collections::ArrayList ^ appsInWorkflow, bool loadOnlyGlobal, bool workflowExists);
public virtual bool LoadApplications (System.Collections.ArrayList appsInWorkflow, bool loadOnlyGlobal, bool workflowExists);
abstract member LoadApplications : System.Collections.ArrayList * bool * bool -> bool
override this.LoadApplications : System.Collections.ArrayList * bool * bool -> bool
Public Overridable Function LoadApplications (appsInWorkflow As ArrayList, loadOnlyGlobal As Boolean, workflowExists As Boolean) As Boolean
Parameters
- appsInWorkflow
- ArrayList
Specifies the applications in the active workflow
- loadOnlyGlobal
- Boolean
True
if only the global applications are to be loaded, false
otherwise.
- workflowExists
- Boolean
True
if a workflow engine (mechanism/UI that manages the series workflow steps) exists, otherwise false
.
Returns
True
if the applications loaded successfully, otherwise false
.