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