Uninitialize the component and unload the networking
library.
Syntax
object.Uninitialize
The object placeholder represents an expression that evaluates
to a FileTransfer object.
Return Type
None.
Remarks
The Uninitialize method terminates any connection
established by the component and unloads the networking library.
This method is not typically used since this is done automatically
when the component is unloaded.
Example
Private Sub Form_Unload(Cancel As Integer)
FileTransfer1.Uninitialize
End Sub
See Also
Initialize Method
|