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.Topshelf.
                            
	
		Summary
            Stops a Topshelf windows service
            
		- Assembly
- Cake.Topshelf .dll 
- Namespace
- Cake.Topshelf 
- Containing Type
- TopshelfAliases
Syntax
public static void StopTopshelf(this ICakeContext context, FilePath filePath)Attributes
| Type | Description | 
|---|---|
| Cake | 
Parameters
| Name | Type | Description | 
|---|---|---|
| context | ICakeContext | The cake context. | 
| filePath | FilePath | The file path of the Topshelf executable to stop. | 
Return Value
| Type | Description | 
|---|---|
| void | 
