Class WebFarmHelper
Web farm helper
public static class WebFarmHelper
- Inheritance
-
objectWebFarmHelper
Properties
ServerName
Returns unique identifier of the server
public static string ServerName { get; }
Property Value
- string
WebFarmEnabled
Returns true if the web farm is enabled
public static bool WebFarmEnabled { get; }
Property Value
- bool
Methods
CreateTask(WebFarmTaskBase)
Creates task.
public static bool CreateTask(WebFarmTaskBase task)
Parameters
task
WebFarmTaskBaseWeb farm task with its data to be created.
Returns
- bool
Returns true if the task was created (web farm is set up and task was allowed)