DecodeFromFileAsync Method
Decodes from file.
Syntax
[VB.NET]
Public Function DecodeFromFileAsync() As IAsyncAction
[C#]
public IAsyncAction DecodeFromFileAsync();
Remarks
This method is the asynchronous version of the
DecodeFromFile method and is used to support asynchronous operations in WinRT. Please refer to
DecodeFromFile for more information.