Mention alternatives to Context when not on update thread in xmldoc

This commit is contained in:
Bartłomiej Dach 2021-07-04 12:07:31 +02:00
parent 3ec7dc3bb9
commit b89521314f

View File

@ -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; }