Cancel execution of the current query.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
void CancelQuery() |
| Visual Basic |
|---|
Sub CancelQuery |
| Visual C++ |
|---|
void CancelQuery() |
Remarks
May be called from one thread to stop execution of a query in another thread.
Use with care!