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> |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |