ServiceAliases.

GetService(ICakeContext, string) Method

Summary

Gets the System.ServiceProcess.ServiceController that is associated with an existing service on the specified computer.
Assembly
Cake.Services.dll
Namespace
Cake.Services
Containing Type
ServiceAliases

Syntax

public static ServiceController GetService(this ICakeContext context, string name)

Attributes

Type Description
CakeMethodAliasAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
name string The name that identifies the service to the system.

Return Value

Type Description
ServiceController The System.ServiceProcess.ServiceController that is associated with an existing service on the specified computer.