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
Marks a server as Online (enabled)
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- WebFarmManager
Syntax
public void BringServerOnline(string farmName, string address)
Parameters
Name | Type | Description |
---|---|---|
farmName | string | The name of the WebFarm |
address | string | The address of the server |
Return Value
Type | Description |
---|---|
void |