Click or drag to resize

DataSession.Close Method

X#
Remove a DataSession from the list of open datasessions

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD Close(
	session AS DataSession
) AS VOID
Request Example View Source

Parameters

session
Type: DataSession
The DataSession to remove
See Also