wodSSHTunnel ActiveX Control - RemoveAll Method
      
 

Description

Removes all channels.


Return Type

None  


Syntax

object.RemoveAll



The RemoveAll Method syntax has these parts:

Part Description
object An expression evaluating to an object of type Channels.

Remarks

This method removes all channels from the collection. After calling it you should Add channels again. If a channel is active, you need to Stop it first before trying to remove it. The StopAll method can be useful here.