tgstation-server
The /tg/station 13 server suite
IDatabaseContextFactory.cs
Go to the documentation of this file.
1 using System;
2 using System.Threading.Tasks;
4 
5 namespace Tgstation.Server.Host.Core
6 {
11  {
17  Task UseContext(Func<IDatabaseContext, Task> operation);
18  }
19 }
Factory for scoping usage of IDatabaseContexts. Meant for use by Components