UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

14 lines (13 loc) 729 B
import { ScheduleRebootManager } from '@microsoft/windows-admin-center-sdk/core/data/schedule-reboot'; import { AppContextService } from './app-context.service'; import { ExtensionBrokerService } from './extension-broker.service'; import * as i0 from "@angular/core"; /** * Schedule Reboot dialog service class. This is an injectable service wrapper for the actual * Schedule Reboot class. */ export declare class ScheduleRebootService extends ScheduleRebootManager { constructor(appContextService: AppContextService, extensionBroker: ExtensionBrokerService); static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleRebootService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ScheduleRebootService>; }