base.Channel.close

Closes a channel.

Syntax

close()

Usage

Call the close() method when you are done with the channel. The channel can be re-opened after it has been closed.

Note: A channel is automatically closed, when the channel object is destroyed.
CALL ch.close()