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

> Die Methode CloseSession in der ABBYY FlexiCapture Web Services API schließt anhand der Sitzungs-ID eine zuvor geöffnete Verbindung zum Application Server.

<div id="what-it-does">
  ## Was es macht
</div>

Schließt eine zuvor geöffnete Verbindung zum Application Server.

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

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

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

| **Name**  | **Typ** | **Description**                                              |
| --------- | ------- | ------------------------------------------------------------ |
| sessionId | int     | Die ID der zu schließenden Verbindung zum Application Server |

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

Keiner.
