Remove a file specified by FileName from an FTP server.
Syntax
[VB.NET]
Public Function DeleteFileAsync(ByVal FileName As String)AsTask
[C#]
public Task DeleteFileAsync(string fileName);
Remarks
This method is the asynchronous version of the DeleteFile method and is used to support asynchronous operations in WinRT. Please refer to DeleteFile for more information.