Click or drag to resize
NetworkSessionOpenSession Method (Int32, String)
Opens a Network Floating Session.

Namespace: com.softwarekey.Client.Licensing.Network
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool OpenSession(
	int licenseId,
	string password
)

Parameters

licenseId
Type: SystemInt32
The License ID issued from SOLO Server.
password
Type: SystemString
The activation password assigned to the license, or the customer password, in SOLO Server.

Return Value

Type: Boolean
Returns true if successful. If it is not successful, check the LastError property for details.
See Also