FtpClient.BeginDeleteDirectory Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method BeginDeleteDirectory(String, AsyncCallback, Object)
Asynchronously removes a directory from the server
Public method BeginDeleteDirectory(String, Boolean, AsyncCallback, Object)
Asynchronously removes a directory from the server
Public method BeginDeleteDirectory(String, Boolean, FtpListOption, AsyncCallback, Object)
Asynchronously removes a directory from the server

See Also