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.
Uncompresses all service package sub-directories (i.e. code/config/data packages) found under the application package root directory.
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
- String
The application package root directory.
- progressHandler
- IImageStoreProgressHandler
An optional handler for tracking progress of the uncompression operation.
Returns
True if any compressed packages were found, false otherwise.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET