9 references to SubscriptionStore
System.Deployment (9)
System\Deployment\Application\ComponentStore.cs (1)
12
public static ComponentStore GetStore(ComponentStoreType storeType,
SubscriptionStore
subStore);
System\Deployment\Application\DownloadManager.cs (4)
14
public static AssemblyManifest DownloadDeploymentManifest(
SubscriptionStore
subStore, ref Uri sourceUri, out TempFile tempFile);
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\SubscriptionState.cs (3)
11
public SubscriptionState(
SubscriptionStore
subStore, AssemblyManifest deployment);
12
public SubscriptionState(
SubscriptionStore
subStore, DefinitionIdentity subId);
36
public
SubscriptionStore
SubscriptionStore { get; }
System\Deployment\Application\SubscriptionStore.cs (1)
12
public static
SubscriptionStore
CurrentUser { get; }