NetworkSessionOpenSession Method (Int32, String, String, XmlNetworkFloatingService) |
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,
string computerName,
XmlNetworkFloatingService client
)
Public Function OpenSession (
licenseId As Integer,
password As String,
computerName As String,
client As XmlNetworkFloatingService
) As Boolean
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:
BooleanReturns true if successful. If it is not successful, check the
LastError property for details.
See Also