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.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |