'Declaration
<AsyncStateMachineAttribute(C1.C1Zip.C1ZipEntryCollection/d__9)> Public Overloads Function AddAsync( _ ByVal file As StorageFile, _ ByVal entryName As String _ ) As Task
[AsyncStateMachine(C1.C1Zip.C1ZipEntryCollection/d__9)] public Task AddAsync( StorageFile file, string entryName )
Parameters
- file
- File to add to the zip file.
- entryName
- The entry name to add to the zip file.