Поделиться через


ApplicationHost.LoadDynamicApplication Method (ApplicationRecord, Boolean)

Loads the dynamic application from the record

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As ApplicationHost
Dim record As ApplicationRecord
Dim canClose As Boolean
Dim returnValue As IHostedApplication

returnValue = instance.LoadDynamicApplication(record, canClose)

Syntax

'Declaration
Public Function LoadDynamicApplication ( _
    record As ApplicationRecord, _
    canClose As Boolean _
) As IHostedApplication
public IHostedApplication LoadDynamicApplication (
    ApplicationRecord record,
    bool canClose
)
public:
IHostedApplication^ LoadDynamicApplication (
    ApplicationRecord^ record, 
    bool canClose
)
public IHostedApplication LoadDynamicApplication (
    ApplicationRecord record, 
    boolean canClose
)
public function LoadDynamicApplication (
    record : ApplicationRecord, 
    canClose : boolean
) : IHostedApplication

Parameters

  • record
    Specifies the record.
  • canClose
    True if user can close the application, otherwise false.

Return Value

Created IHostedApplication 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

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.