Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
コネクターを閉じるには、<CloseConnector> タグを使用します。<CloseConnector> には、閉じるコネクターの名前を指定する <client> タグが 1 つ含まれます。
<client>
閉じるコネクターの名前
次の例では、simpleGroup というコネクターを閉じます。
<?xml version="1.0" encoding="UTF-8"?> <actions> <CloseConnector> <client>simpleGroup</client> </CloseConnector> </actions>