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

Syntax

Visual Basic
<ObsoleteAttribute("Reinitialize method has been deprecated and will be removed. Disconnect and reconnect instead.",  _
	True)> _
Public Function BeginReinitialize ( _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
C#
[ObsoleteAttribute("Reinitialize method has been deprecated and will be removed. Disconnect and reconnect instead.", 
	true)]
public IAsyncResult BeginReinitialize(
	AsyncCallback callback,
	Object state
)

Parameters

callback
Type: System..::..AsyncCallback
state
Type: System..::..Object

Version Information

.NET Compact Framework

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

See Also