StoreUniqueAsync Method
Upload a file with a Unique Name to an FTP server.
Syntax
[VB.NET]
Public Function StoreUniqueAsync() As Task
[C#]
public Task StoreUniqueAsync();
Remarks
This method is the asynchronous version of the
StoreUnique method and is used to support asynchronous operations in WinRT. Please refer to
StoreUnique for more information.