Intersoft ClientUI Documentation
Download(Boolean) Method



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
Public Overloads Function Download( _
   ByVal autoLoadOnCompleted As Boolean _
) As Boolean
Dim instance As ApplicationPackage
Dim autoLoadOnCompleted As Boolean
Dim value As Boolean
 
value = instance.Download(autoLoadOnCompleted)
public bool Download( 
   bool autoLoadOnCompleted
)
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationPackage Class
ApplicationPackage Members
Overload List

Send Feedback