過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > killIterator (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

killIterator (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

構文

過去のコマンド構文またはプログラムコードのスキップvoid killIterator(String iteratorHandle)

説明

Frees any resources associated with the iterator identified by the iterator handle. killIterator should be called when the iterator is no longer needed.

iteratorHandle is the handle to an iterator previously created with one of the getIterator methods.

This method can be used with either the webtop script applet or the webtop tray applet.

過去のコマンド構文またはプログラムコードのスキップapplet.killIterator(iterator)

Frees resources associated with the iterator handle.

関連トピック