Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use Download method instead.", _ True)> _ Public Function BeginGetFiles ( _ remotePath As String, _ localPath As String, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
C# |
---|
[ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use Download method instead.", true)] public IAsyncResult BeginGetFiles( string remotePath, string localPath, AsyncCallback callback, Object state ) |
Parameters
- remotePath
- Type: System..::..String
- localPath
- Type: System..::..String
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object