ImageStoreUtility.TryExtractApplicationPackage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static bool TryExtractApplicationPackage(string appPackageRootDirectory, System.Fabric.IImageStoreProgressHandler progressHandler);
static member TryExtractApplicationPackage : string * System.Fabric.IImageStoreProgressHandler -> bool
Public Shared Function TryExtractApplicationPackage (appPackageRootDirectory As String, progressHandler As IImageStoreProgressHandler) As Boolean
Parameters
- appPackageRootDirectory
- System.String
- progressHandler
- IImageStoreProgressHandler
Returns
System.Boolean