File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -420,6 +420,12 @@ finally
420
420
cases.
421
421
</para >
422
422
423
+ <para >
424
+ Since NHibernate 5.0, the session and its queries IO bound methods have async counterparts.
425
+ Each call to an async method must be awaited before further interacting with the session or
426
+ its queries.
427
+ </para >
428
+
423
429
</sect1 >
424
430
425
431
<sect1 id =" quickstart-summary" >
Original file line number Diff line number Diff line change 93
93
Never access the same <literal >ISession</literal > in two concurrent threads.
94
94
An <literal >ISession</literal > is usually only a single unit-of-work!
95
95
</para >
96
+ <para >
97
+ Since NHibernate 5.0, the session and its queries IO bound methods have async counterparts.
98
+ Each call to an async method must be awaited before further interacting with the session or
99
+ its queries.
100
+ </para >
96
101
</listitem >
97
102
</itemizedlist >
98
103
</sect1 >
You can’t perform that action at this time.
0 commit comments