'Declaration
<AsyncStateMachineAttribute(C1.C1Zip.C1ZipEntry/d__47)> Public Function Extract( _ ByVal storageFolder As StorageFolder, _ ByVal fileName As String _ ) As Task
[AsyncStateMachine(C1.C1Zip.C1ZipEntry/d__47)] public Task Extract( StorageFolder storageFolder, string fileName )
Parameters
- storageFolder
- A represents the folder of the extracted file.
- fileName
- Name and location of the extracted file.