[VB.NET]
Public Function LoadInputFileAsync(ByVal filename As String)AsTask
[C#]
public Task LoadInputFileAsync(string filename);
Remarks
This method is the asynchronous version of the LoadInputFile method and is used to support asynchronous operations in WinRT. Please refer to LoadInputFile for more information.