mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09:00
Improve xmldoc for DatabaseContextFactory.Get
This commit is contained in:
parent
ddf49c2e65
commit
8b89735e9e
@ -26,7 +26,8 @@ namespace osu.Game.Database
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public OsuDbContext Get() => threadContexts.Value;
|
public OsuDbContext Get() => threadContexts.Value;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user