suspend()
Suspends the connection.
Declaration
func suspend()Discussion
As you cannot invalidate a suspended connection, every call to suspend() that you make must be balanced by a call to resume().
Suspends the connection.
func suspend()As you cannot invalidate a suspended connection, every call to suspend() that you make must be balanced by a call to resume().