3 implementations of IDownloadNotification
System.Deployment (3)
System\Deployment\Application\DeploymentManager.cs (1)
9internal class DeploymentManager : IDisposable, IDownloadNotification
System\Deployment\Application\ProgressPiece.cs (1)
7internal class ProgressPiece : FormPiece, IDownloadNotification
System\Deployment\Application\SyncGroupHelper.cs (1)
10internal class SyncGroupHelper : IDownloadNotification
7 references to IDownloadNotification
System.Deployment (7)
System\Deployment\Application\DownloadManager.cs (5)
12public static AssemblyManifest DownloadApplicationManifest(AssemblyManifest deploymentManifest, string targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, out Uri appSourceUri, out string appManifestPath); 13public static void DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, string targetDirectory, string group, IDownloadNotification notification, DownloadOptions options); 15public static AssemblyManifest DownloadDeploymentManifest(SubscriptionStore subStore, ref Uri sourceUri, out TempFile tempFile, IDownloadNotification notification, DownloadOptions options); 16public static AssemblyManifest DownloadDeploymentManifestBypass(SubscriptionStore subStore, ref Uri sourceUri, out TempFile tempFile, out SubscriptionState subState, IDownloadNotification notification, DownloadOptions options); 17public static bool FollowDeploymentProviderUri(SubscriptionStore subStore, ref AssemblyManifest deployment, ref Uri sourceUri, out TempFile tempFile, IDownloadNotification notification, DownloadOptions options);
System\Deployment\Application\FileDownloader.cs (2)
35public void AddNotification(IDownloadNotification notification); 38public void RemoveNotification(IDownloadNotification notification);