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
)
Public Sub FreeSession (
identifier As Integer,
session As SessionBase
)
public:
void FreeSession(
int identifier,
SessionBase^ session
)
member FreeSession :
identifier : int *
session : SessionBase -> unit
Parameters
- identifier
- Type: SystemInt32
The identifier provided by GetSession(Int32) - session
- Type: VelocityDb.SessionSessionBase
The session provided by GetSession(Int32)
See Also