> 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/init.md).

# Init

### Description

Initializes the floating license. You must call Init right after creating an instance of QlmFloatingLicenseHelper.

```csharp
void Init(IQlmLicense license, string computerID, string nodeName, 
          string settingsXml, FloatingDbType dbType, string dbProvider)
```

### Parameters

| Parameter   |                            Type                           | Description                                                            |
| ----------- | :-------------------------------------------------------: | ---------------------------------------------------------------------- |
| license     | [IQlmLicense](/docs/api-reference/.net-api/qlmlicense.md) | an instance of the QlmLicense object.                                  |
| computerID  |                           string                          | the unique computer identifier associated with the system              |
| nodeName    |                           string                          | the unique node name associated with the system                        |
| settingsXml |                           string                          | the settings XML file generated by the Protect Your Application wizard |
| dbType      |                       FloatingDbType                      | the type of the floating license database                              |
| dbProvider  |                           string                          | the DB provider for MS-Access or SQL Server                            |
