Click or drag to resize

IConnectionSessionFactoryDisconnectSession Method

Terminates a session.

Namespace:  Demo3D.Gui.ConnectionViewer
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.00
Syntax
C#
void DisconnectSession(
	IConnectionSession session
)

Parameters

session
Type: IConnectionSession
The session to terminate.
See Also