> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CloseSession

> ABBYY FlexiCapture Web Services API の CloseSession メソッドは、セッション ID を使用して、以前に開いた Application Server への接続を閉じます。

<div id="what-it-does">
  ## 機能
</div>

Application Server への開いている接続を閉じます。

<div id="definition">
  ## 定義
</div>

```
void CloseSession( int sessionId );
```

<div id="parameters">
  ## パラメーター
</div>

| **名前**    | **型** | **説明**                          |
| --------- | ----- | ------------------------------- |
| sessionId | int   | 閉じる Application Server との接続の ID |

<div id="returned-value">
  ## 戻り値
</div>

ありません。
