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