[]
Asynchronous creates a new zip file in a stream.
public Task CreateAsync(Stream stream)
Public Function CreateAsync(stream As Stream) As Task
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream that will contain the new zip file. |
| Type | Description |
|---|---|
| Task |