> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/iqlmcloudfloatinglicensehelper/methods/checkinlicense.md).

# CheckinLicense

### Description

Checks in a license to the license server. If the client is offline and the offline expiry period was not reached, no check-in occurs.

```csharp
bool CheckinLicense(out string message);
```

### Parameters

| Parameter |  Type  | Description                               |
| --------- | :----: | ----------------------------------------- |
| message   | string | a returned message with error information |

### Returns

| Type    | Description                                             |
| ------- | ------------------------------------------------------- |
| Boolean | true if the operation was successful; otherwise, false. |
