DecodeFromStreamAsync Method
Decodes from stream.
Syntax
[VB.NET] Public Function DecodeFromStreamAsync(ByVal InputStream As System.IO.Stream) As Task
[C#] public Task DecodeFromStreamAsync(System.IO.Stream inputStream);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DecodeFromStreamAsync MethodDecodes from stream. Syntax[VB.NET] Public Function DecodeFromStreamAsync(ByVal InputStream As System.IO.Stream) As Task [C#] public Task DecodeFromStreamAsync(System.IO.Stream inputStream); RemarksThis method is the asynchronous version of the DecodeFromStream method and is used to support asynchronous operations in WinRT. Please refer to DecodeFromStream for more information. |
||