Performs the disposal.

Namespace: Castle.ActiveRecord.Framework.Scopes
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
protected internal void PerformDisposal(
	ICollection<ISession> sessions,
	bool flush,
	bool close
)

Parameters

sessions
ICollection<(Of <ISession>)>
The sessions.
flush
Boolean
if set to true [flush].
close
Boolean
if set to true [close].

See Also