Method | Description | |
---|---|---|
AddRule ( IWasabiWebRule rule ) : void |
Adds a rule to the
|
|
Scale ( WasabiWebLogicalOperation operation, List |
A scalar used to determine whether the site should be scaled up down or left alone
|
|
WasabiWebRulesEngine ( string websiteName, int samplePeriod ) : System | ||
this ( string metricName ) : IWasabiWebRule |
An indexer used to get any of the values of the website metrics rules
|
public AddRule ( IWasabiWebRule rule ) : void | ||
rule | IWasabiWebRule | |
return | void |
public Scale ( WasabiWebLogicalOperation operation, List |
||
operation | WasabiWebLogicalOperation | |
metrics | List |
|
return | WasabiWebState |
public WasabiWebRulesEngine ( string websiteName, int samplePeriod ) : System | ||
websiteName | string | |
samplePeriod | int | |
return | System |
public this ( string metricName ) : IWasabiWebRule | ||
metricName | string | The name of the metric |
return | IWasabiWebRule |