mirror of
https://github.com/osukey/osukey.git
synced 2025-05-22 22:17:36 +09:00
Mention alternatives to Context
when not on update thread in xmldoc
This commit is contained in:
parent
3ec7dc3bb9
commit
b89521314f
@ -9,6 +9,7 @@ namespace osu.Game.Database
|
|||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The main realm context, bound to the update thread.
|
/// The main realm context, bound to the update thread.
|
||||||
|
/// If querying from a non-update thread is needed, use <see cref="GetForRead"/> or <see cref="GetForWrite"/> to receive a context instead.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Realm Context { get; }
|
Realm Context { get; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user