NetworkSessionOpenSession Method (Int32, String) |
Opens a Network Floating Session.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool OpenSession(
int licenseId,
string password
)
Public Function OpenSession (
licenseId As Integer,
password As String
) As Boolean
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:
BooleanReturns true if successful. If it is not successful, check the
LastError property for details.
See Also