DecodeFromFileAsync Method
Decodes from file.
Syntax
[VB.NET]
Public Function DecodeFromFileAsync() As Task
[C#]
public Task 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.