Share via


Remove

Remove メソッドは、指定された名前のカウンタを Counters オブジェクトから削除し、Counters.txt ファイルからカウンタを削除します。

構文

Counters.Remove( CounterName )

 

パラメータ
  • CounterName
    カウンタの名前を表す文字列です。

次のコードは、カウンタ hitscounter を counters.txt ファイルから削除します。

  <% Counters.Remove(hitscounter) %>
 
関連項目

GetIncrementSet