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

> Rufen Sie ReleaseTicket in der ABBYY FlexiCapture API auf, um ein Lizenzticket anhand der Sitzungs- und Ticket-ID freizugeben, damit die Lizenz erneut verwendet werden kann.

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

Gibt ein Lizenzticket frei.

<div id="definition">
  ## Definition
</div>

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

<div id="parameters">
  ## Parameter
</div>

| **Name**  | **Typ** | **Description**                              |
| --------- | ------- | -------------------------------------------- |
| sessionId | int     | Die ID der Verbindung zum Application Server |
| ticketId  | int     | Die ID des Lizenztickets                     |

<div id="returned-value">
  ## Rückgabewert
</div>

Keiner.
