This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Services.
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 |
