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.IIS.
                            
 
	
		Summary
	
            Sets server to Offline in a web farm on remote IIS.
            
		
	Syntax
	public static void TakeServerOffline(this ICakeContext context, string server, string farm, string address)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The context. | 
					
					
						| server | 
						string | 
						The remote IIS server name. | 
					
					
						| farm | 
						string | 
						The web farm name. | 
					
					
						| address | 
						string | 
						The server address. | 
					
			
		 
	 	
	Return Value