ReadOPMLAsync Method
Reads and parses an OPML file.
Syntax
[VB.NET] Public Function ReadOPMLAsync(ByVal OPMLFile As String) As Task
[C#] public Task ReadOPMLAsync(string OPMLFile);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ReadOPMLAsync MethodReads and parses an OPML file. Syntax[VB.NET] Public Function ReadOPMLAsync(ByVal OPMLFile As String) As Task [C#] public Task ReadOPMLAsync(string OPMLFile); RemarksThis method is the asynchronous version of the ReadOPML method and is used to support asynchronous operations in WinRT. Please refer to ReadOPML for more information. |
||