| NetworkSessionPollSession Method (XmlNetworkFloatingService) |
Polls SOLO Server to validate and maintain the status of the Network Floating Session.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntaxpublic bool PollSession(
XmlNetworkFloatingService client
)
Public Function PollSession (
client As XmlNetworkFloatingService
) As Boolean
public:
bool PollSession(
XmlNetworkFloatingService^ client
)
Parameters
- 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