Click or drag to resize

LogicalChannelsClear Method

Closes and releases all existing channel pools, and clears the properties of logical channels. This is useful when the property file has been modified, and new values need to be loaded.

When a channel pool is closed, all it's associatted logical channels are closed and released. If a executor is using one of these logical channels, it may terminate throwing an exception.

Namespace:  OBCOM.NetSwitchLib.Clients
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public static void Clear()
See Also