2using System.Threading.Tasks;
29 CancellationToken cancellationToken);
39 CancellationToken cancellationToken);
Launch settings for DreamDaemon.
Provides absolute paths to the latest compiled .dmbs.
Represents usage of the two primary BYOND server executables.
Factory for ISessionControllers.
ValueTask< ISessionController > LaunchNew(IDmbProvider dmbProvider, IEngineExecutableLock? currentByondLock, DreamDaemonLaunchParameters launchParameters, bool apiValidate, CancellationToken cancellationToken)
Create a ISessionController from a freshly launch DreamDaemon instance.
ValueTask< ISessionController?> Reattach(ReattachInformation reattachInformation, CancellationToken cancellationToken)
Create a ISessionController from an existing DreamDaemon instance.