Class SyncBootStateAccessor
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class SyncBootStateAccessor : ISyncBootStateAccessor
Constructors
SyncBootStateAccessor(ILogger<SyncBootStateAccessor>, LastSyncedFileManager, IOptions<GlobalSettings>, ICacheInstructionService)
Declaration
public SyncBootStateAccessor(ILogger<SyncBootStateAccessor> logger, LastSyncedFileManager lastSyncedFileManager, IOptions<GlobalSettings> globalSettings, ICacheInstructionService cacheInstructionService)
Parameters
Methods
GetSyncBootState()
Declaration
public SyncBootState GetSyncBootState()
Returns
Type |
Description |
SyncBootState |
|