ApplicationHost.LoadApplications Method
Dynamically loads/unloads hosted applications depending on the status of workflows.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim appsInWorkflow As ArrayList
Dim loadOnlyGlobal As Boolean
Dim workflowExists As Boolean
Dim returnValue As Boolean
returnValue = instance.LoadApplications(appsInWorkflow, loadOnlyGlobal, workflowExists)
Syntax
'Declaration
Public Overridable Function LoadApplications ( _
appsInWorkflow As ArrayList, _
loadOnlyGlobal As Boolean, _
workflowExists As Boolean _
) As Boolean
public virtual bool LoadApplications (
ArrayList appsInWorkflow,
bool loadOnlyGlobal,
bool workflowExists
)
public:
virtual bool LoadApplications (
ArrayList^ appsInWorkflow,
bool loadOnlyGlobal,
bool workflowExists
)
public boolean LoadApplications (
ArrayList appsInWorkflow,
boolean loadOnlyGlobal,
boolean workflowExists
)
public function LoadApplications (
appsInWorkflow : ArrayList,
loadOnlyGlobal : boolean,
workflowExists : boolean
) : boolean
Parameters
- appsInWorkflow
Specifies the applications in the active workflow
- loadOnlyGlobal
True if only the global applications are to be loaded, false otherwise.
- workflowExists
True if a workflow engine (mechanism/UI that manages the series workflow steps) exists, otherwise false.
Return Value
Type: Boolean
True if the applications loaded successfully, otherwise false.
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
See Also
Reference
ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.