> 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/iqlmfloatinglicensehelper/methods/publishfloatinglicenselocation.md).

# PublishFloatingLicenseLocation

### Description

Checks out a license from the server. If the client is in offline mode and the offline expiry was not reached, no checkout is actually performed.

```csharp
ILicenseInfo CheckoutLicense(out string message)
```

### Parameters

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

### Return

| Type                                                         | Description                |
| ------------------------------------------------------------ | -------------------------- |
| [ILicenseInfo](/docs/api-reference/.net-api/ilicenseinfo.md) | License Information object |
