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. |
The following example closes the simpleGroup connector.
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<CloseConnector>
<client>simpleGroup</client>
</CloseConnector>
</actions> |
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |