Intersoft ClientUI Documentation
Download(Boolean) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ApplicationPackage Class > Download Method : Download(Boolean) Method






autoLoadOnCompleted
Determines whether the referenced assemblies should be automatically loaded when the download is completed.
Download the application package from the specified source, and optionally loads the referenced assemblies automatically to the domain context.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Download( _
   ByVal autoLoadOnCompleted As Boolean _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ApplicationPackage
Dim autoLoadOnCompleted As Boolean
Dim value As Boolean
 
value = instance.Download(autoLoadOnCompleted)
C# 
public bool Download( 
   bool autoLoadOnCompleted
)
Delphi 
public function Download( 
    autoLoadOnCompleted: Boolean
): Boolean; 
JScript 
public function Download( 
   autoLoadOnCompleted : boolean
) : boolean;
Managed Extensions for C++ 
public: bool Download( 
   bool autoLoadOnCompleted
) 
C++/CLI 
public:
bool Download( 
   bool autoLoadOnCompleted
) 

Parameters

autoLoadOnCompleted
Determines whether the referenced assemblies should be automatically loaded when the download is completed.

Return Value

Returns true if the download process is started.

Remarks

Note that the application package will be downloaded only if it has not been downloaded before.

To determine whether an application package has been downloaded, you check the value of the IsDownloaded property.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.