Click or drag to resize
NetworkSessionCloseSession Method (XmlNetworkFloatingService)
Closes a Network Floating Session.

Namespace: com.softwarekey.Client.Licensing.Network
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool CloseSession(
	XmlNetworkFloatingService client
)

Parameters

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