Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
<ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use Download method instead.",  _
	True)> _
Public Sub EndGetFiles ( _
	asyncResult As IAsyncResult _
)
C#
[ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use Download method instead.", 
	true)]
public void EndGetFiles(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: System..::..IAsyncResult

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also