CloseAsync Method
Closes the component writing stream.
Syntax
[VB.NET]
Public Function CloseAsync() As Task
[C#]
public Task CloseAsync();
Remarks
This 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.