OpenAsync Method
Opens the Open XML package archive.
Syntax
[VB.NET] Public Function OpenAsync() As Task
[C#] public Task OpenAsync();
IP*Works! ZIP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
OpenAsync MethodOpens the Open XML package archive. Syntax[VB.NET] Public Function OpenAsync() As Task [C#] public Task OpenAsync(); RemarksThis method is the asynchronous version of the Open method and is used to support asynchronous operations in WinRT. Please refer to Open for more information. |
||