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
	
            Starts a Topshelf windows service
            
		
	Syntax
	public static void StartTopshelf(this ICakeContext context, FilePath filePath, string instance, int timeout)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext | The cake context. | 
					
						| filePath | FilePath | The file path of the Topshelf executable to start. | 
					
						| instance | string | The instance name of the service to start. | 
					
						| timeout | int | The time in milliseconds to wait for the Topshelf executable. | 
			
		 
	 	
	Return Value