DeploymentCatalog.DownloadAsync Method
Silverlight
Begins downloading the XAP file associated with the DeploymentCatalog.
Namespace: System.ComponentModel.Composition.Hosting
Assembly: System.ComponentModel.Composition.Initialization (in System.ComponentModel.Composition.Initialization.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | This method is called more than once, or after the CancelAsync method. |
The DownloadCompleted event will be raised when the download has finished or when an error occurs. The DownloadProgressChanged event can be used to track the progress of the download.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.