ServiceManager.

ServiceManager(ICakeEnvironment, ICakeLog, IPowershellRunner) Constructor

Summary

Initializes a new instance of the ServiceManager class.
Assembly
Cake.Services.dll
Namespace
Cake.Services
Containing Type
ServiceManager

Syntax

public ServiceManager(ICakeEnvironment environment, ICakeLog log, IPowershellRunner powershellRunner)

Parameters

Name Type Description
environment ICakeEnvironment The environment.
log ICakeLog The log.
powershellRunner IPowershellRunner The powershell runner.

Return Value

Type Description
void