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

Syntax

Visual Basic
<ObsoleteAttribute("PutFiles method has been deprecated and will be removed. Use Upload method instead.",  _
	True)> _
Public Sub EndPutFiles ( _
	asyncResult As IAsyncResult _
)
C#
[ObsoleteAttribute("PutFiles method has been deprecated and will be removed. Use Upload method instead.", 
	true)]
public void EndPutFiles(
	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