Responsible for maintaining the queue of actions related to events.

The ActionQueue holds the DML operations queued as part of a session's transactional-write-behind semantics. DML operations are queued here until a flush forces them to be executed against the database.

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class ActionQueue
Visual Basic
<SerializableAttribute> _
Public Class ActionQueue
Visual C++
[SerializableAttribute]
public ref class ActionQueue

Inheritance Hierarchy

System..::..Object
  NHibernate.Engine..::..ActionQueue

See Also