System.Net.FtpClient |
IFtpClient..::..BeginDeleteDirectory Method (String, Boolean, FtpListOption, AsyncCallback, Object) |
IFtpClient Interface See Also Send Feedback |
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
IAsyncResult BeginDeleteDirectory( string path, bool force, FtpListOption options, AsyncCallback callback, Object state ) |
Visual Basic |
---|
Function BeginDeleteDirectory ( path As String, force As Boolean, options As FtpListOption, callback As AsyncCallback, state As Object ) As IAsyncResult |
Visual C++ |
---|
IAsyncResult^ BeginDeleteDirectory( String^ path, bool force, FtpListOption options, AsyncCallback^ callback, Object^ state ) |
Parameters
- path
- Type: System..::..String
[Missing <param name="path"/> documentation for "M:System.Net.FtpClient.IFtpClient.BeginDeleteDirectory(System.String,System.Boolean,System.Net.FtpClient.FtpListOption,System.AsyncCallback,System.Object)"]
- force
- Type: System..::..Boolean
[Missing <param name="force"/> documentation for "M:System.Net.FtpClient.IFtpClient.BeginDeleteDirectory(System.String,System.Boolean,System.Net.FtpClient.FtpListOption,System.AsyncCallback,System.Object)"]
- options
- Type: System.Net.FtpClient..::..FtpListOption
[Missing <param name="options"/> documentation for "M:System.Net.FtpClient.IFtpClient.BeginDeleteDirectory(System.String,System.Boolean,System.Net.FtpClient.FtpListOption,System.AsyncCallback,System.Object)"]
- callback
- Type: System..::..AsyncCallback
[Missing <param name="callback"/> documentation for "M:System.Net.FtpClient.IFtpClient.BeginDeleteDirectory(System.String,System.Boolean,System.Net.FtpClient.FtpListOption,System.AsyncCallback,System.Object)"]
- state
- Type: System..::..Object
[Missing <param name="state"/> documentation for "M:System.Net.FtpClient.IFtpClient.BeginDeleteDirectory(System.String,System.Boolean,System.Net.FtpClient.FtpListOption,System.AsyncCallback,System.Object)"]
Return Value
Type: IAsyncResult[Missing <returns> documentation for "M:System.Net.FtpClient.IFtpClient.BeginDeleteDirectory(System.String,System.Boolean,System.Net.FtpClient.FtpListOption,System.AsyncCallback,System.Object)"]