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
Gets server state in a web farm on local IIS.
Syntax
public static string GetServerState(this ICakeContext context, string farm, string address)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| farm |
string |
The web farm name. |
| address |
string |
The server address. |
Return Value
| Type |
Description |
| string |
state of server |