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