NetworkSessionCheckinSession Method (XmlNetworkFloatingService) |
Checks a Network Floating session back in.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool CheckinSession(
XmlNetworkFloatingService client
)
Public Function CheckinSession (
client As XmlNetworkFloatingService
) As Boolean
public:
bool CheckinSession(
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 or if the network session is not checked out. If it is not successful, check the
LastError property for details.
See Also