Uninitialize Method

Uninitialize the component and unload the Remote Access Services library.

Syntax

object.Uninitialize

Return Type

None.

Remarks

The Uninitialize method terminates any dial-up networking connection established by the control and unloads the Remote Access Services library. This method is not typically used since this is done automatically when the control is unloaded.

To prevent the connection from being terminated when the control is uninitialized, set the AutoDisconnect property to False or set the Handle property to a value of zero before calling this method.

See Also

Initialize Method