CloseAsync Method
Closes the component writing stream.
Syntax
[VB.NET] Public Function CloseAsync() As Task
[C#] public Task CloseAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CloseAsync MethodCloses the component writing stream. Syntax[VB.NET] Public Function CloseAsync() As Task [C#] public Task CloseAsync(); RemarksThis method is the asynchronous version of the Close method and is used to support asynchronous operations in WinRT. Please refer to Close for more information. |
||