tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Database
IDatabaseContextFactory.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Threading.Tasks;
3
4
namespace
Tgstation
.
Server
.Host.Database
5
{
9
public
interface
IDatabaseContextFactory
10
{
16
Task UseContext(Func<IDatabaseContext, Task> operation);
17
}
18
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
Tgstation.Server.Host.Database.IDatabaseContextFactory
Factory for scoping usage of IDatabaseContexts. Meant for use by Components
Definition:
IDatabaseContextFactory.cs:9
System
Tgstation
Generated by
1.8.11