WriteFileAsync Method
Write an Atom feed from the component.
Syntax
[VB.NET] Public Function WriteFileAsync(ByVal Filename As String) As IAsyncAction
[C#] public IAsyncAction WriteFileAsync(string filename);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
WriteFileAsync MethodWrite an Atom feed from the component. Syntax[VB.NET] Public Function WriteFileAsync(ByVal Filename As String) As IAsyncAction [C#] public IAsyncAction WriteFileAsync(string filename); RemarksThis method is the asynchronous version of the WriteFile method and is used to support asynchronous operations in WinRT. Please refer to WriteFile for more information. |
||