SetOutputStreamAsync Method
The output stream of data.
Syntax
[VB.NET] Public Function SetOutputStreamAsync(ByVal OutputStream As System.IO.Stream) As Task
[C#] public Task SetOutputStreamAsync(System.IO.Stream outputStream);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SetOutputStreamAsync MethodThe output stream of data. Syntax[VB.NET] Public Function SetOutputStreamAsync(ByVal OutputStream As System.IO.Stream) As Task [C#] public Task SetOutputStreamAsync(System.IO.Stream outputStream); RemarksThis method is the asynchronous version of the SetOutputStream method and is used to support asynchronous operations in WinRT. Please refer to SetOutputStream for more information. |
||