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