Get the ActionQueue for this session
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public ActionQueue ActionQueue { get; } |
Visual Basic |
---|
Public ReadOnly Property ActionQueue As ActionQueue Get |
Visual C++ |
---|
public: virtual property ActionQueue^ ActionQueue { ActionQueue^ get () sealed; } |