tgstation-server  4.3.2
The /tg/station 13 server suite
IDreamMaker.cs
Go to the documentation of this file.
1 using System;
2 using System.Threading;
3 using System.Threading.Tasks;
6 
7 namespace Tgstation.Server.Host.Components.Deployment
8 {
12  public interface IDreamMaker
13  {
22  Task DeploymentProcess(
23  Job job,
24  IDatabaseContextFactory databaseContextFactory,
25  Action<int> progressReporter,
26  CancellationToken cancellationToken);
27  }
28 }
Factory for scoping usage of IDatabaseContexts. Meant for use by Components