> ## 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.

# ReleaseTicket

> ABBYY FlexiCapture API で ReleaseTicket を呼び出すと、セッション ID とチケット ID でライセンス チケットを解放し、ライセンスを再利用できるようになります。

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

ライセンスチケットを解放します。

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

```
void ReleaseTicket( int sessionId, int ticketId );
```

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

| **Name**  | **型** | **Description**            |
| --------- | ----- | -------------------------- |
| sessionId | int   | Application Server への接続のID |
| ticketId  | int   | ライセンス チケットのID              |

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

ありません。
