| NetworkSessionCheckoutSession Method (Decimal, XmlNetworkFloatingService) | 
Requests a session check-out for a given duration of time to enable offline use.
 
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool CheckoutSession(
	decimal requestedCheckoutDuration,
	XmlNetworkFloatingService client
)
Public Function CheckoutSession ( 
	requestedCheckoutDuration As Decimal,
	client As XmlNetworkFloatingService
) As Boolean
public:
bool CheckoutSession(
	Decimal requestedCheckoutDuration, 
	XmlNetworkFloatingService^ client
)
Parameters
- requestedCheckoutDuration
 - Type: SystemDecimal
The amount of time (in hours) we would like the requested checkout to last. - 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