Click or drag to resize

SessionPoolFreeSession Method

Always call this function so that your session is unlocked and becomes available to others

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void FreeSession(
	int identifier,
	SessionBase session
)

Parameters

identifier
Type: SystemInt32
The identifier provided by GetSession(Int32)
session
Type: VelocityDb.SessionSessionBase
The session provided by GetSession(Int32)
See Also