Click or drag to resize
NetworkSessionOpenSession Method (Int32, String, String, XmlNetworkFloatingService)
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,
	string computerName,
	XmlNetworkFloatingService client
)

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.
computerName
Type: SystemString
The Computer Name identifier displayed in SOLO Server for this session.
client
Type: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceXmlNetworkFloatingService
The XmlNetworkFloatingService object to make the web service method call.

Return Value

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