WebFarmManager.

ServerExists(string, string) Method

Summary

Checks if a server belongs to the WebFarm
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
WebFarmManager

Syntax

public bool ServerExists(string farm, string address)

Parameters

Name Type Description
farm string The name of the WebFarm
address string The address of the server

Return Value

Type Description
bool If the server belongs to the WebFarm.