LicenseManager.Unlock (Object, String) Method

Validates the license for runtime usage.
Public Shared Sub Unlock( _ 
ByVal sender As Object, _ 
ByVal serialNumber As String
)
This language is not supported or no code example is available.
public static void Unlock( 
object sender
string serialNumber 
)
This language is not supported or no code example is available.

Parameters

sender
object

An object belonging to the devDept namespace.

serialNumber
string

A valid serial number.

Remarks
 
This method must be called in the startup code of the application, before the creation of any other Eyeshot object.

.NET Framework

Supported in: 4.7.2

In this article

Definition