Effectively notifies the server that the license is no longer used by this device.
After calling the method SDK behaves like no license is available.
You should call this method if you are using floating license to notify the server that the
device is no longer using the license and so another device can use it.
If you are using a floating license, but you do not call this method, the license will be
released automatically after a period specified in the license.
If during work with the SDK you initialize the SDK with multiple licenses, there is no need to
call the function after finishing work with each of the licenses, only with the last one. For
others, the function is implicitly called automatically.
The function returns immediately, but the deregistration process may take some time.
You can use DeviceSession helper class to use this method with 'await using' typescript syntax.
Effectively notifies the server that the license is no longer used by this device. After calling the method SDK behaves like no license is available. You should call this method if you are using floating license to notify the server that the device is no longer using the license and so another device can use it. If you are using a floating license, but you do not call this method, the license will be released automatically after a period specified in the license. If during work with the SDK you initialize the SDK with multiple licenses, there is no need to call the function after finishing work with each of the licenses, only with the last one. For others, the function is implicitly called automatically. The function returns immediately, but the deregistration process may take some time. You can use DeviceSession helper class to use this method with 'await using' typescript syntax.