Closing connectors

To close connectors, use <CloseConnector>. A CloseConnector tag contains a single client tag that specifies the name of the connector to close.

<CloseConnector> subtags

Description

<client>

The name of the connector to close.

See also
Example

The following example closes the simpleGroup connector.

<?xml version="1.0" encoding="UTF-8"?>
<actions>
    <CloseConnector>
     <client>simpleGroup</client>
    </CloseConnector>
</actions>