Connection.stop()
DESCRIPTION
Stop pending connect or close on a connection.
After stop has been called the connection should not be used any more.
Stop can be used if the user cancels a connect/close request.
DECLARATION
public func stop()
PARAMETERS
None.
ERRORS
Throws the following errors:
None.
RETURN VALUES
None.
EXAMPLES
None.