UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

17 lines (16 loc) 915 B
import { ActiveConnection } from '@microsoft/windows-admin-center-sdk/core/security/active-connection'; import { CimService } from './cim.service'; import { ConnectionService } from './connection.service'; import { FileTransferService } from './file-transfer.service'; import { PowerShellService } from './powershell.service'; import * as i0 from "@angular/core"; export declare class ActiveConnectionService extends ActiveConnection { /** * Initializes a new instance of the ActiveConnectionService class. * * @param connectionService the connection service. */ constructor(connectionService: ConnectionService, cimService: CimService, powerShellService: PowerShellService, fileTransferService: FileTransferService); static ɵfac: i0.ɵɵFactoryDeclaration<ActiveConnectionService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ActiveConnectionService>; }