Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use the Upload method instead.", _ True)> _ Public Sub EndGetFiles ( _ asyncResult As IAsyncResult _ ) |
| C# |
|---|
[ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use the Upload method instead.", true)] public void EndGetFiles( IAsyncResult asyncResult ) |
Parameters
- asyncResult
- Type: System..::..IAsyncResult