LicenseManager Class

Summary

The LicenseManager object holds the toolkit license for the application.

Syntax
C#
VB
C++
public class LicenseManager : IDisposable 
Public Class LicenseManager  
   Implements System.IDisposable  
public ref class LicenseManager : public System.IDisposable   

Remarks

Call SetLicense before running an server object.

It is best to keep a reference count to the LicenseManager object for the lifetime of the application so that the toolkit library is not unloaded. However, the license will remain valid as long as you retain one reference count on any of the toolkit externally creatable objects (i.e. server).

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly