mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
Improve xmldoc for DatabaseContextFactory.Get
This commit is contained in:
parent
ddf49c2e65
commit
8b89735e9e
@ -26,7 +26,8 @@ namespace osu.Game.Database
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get a context for read-only usage.
|
||||
/// Get a context for the current thread for read-only usage.
|
||||
/// If a <see cref="DatabaseWriteUsage"/> is in progress, the existing write-safe context will be returned.
|
||||
/// </summary>
|
||||
public OsuDbContext Get() => threadContexts.Value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user