C# Class Aqueduct.ServerDensity.ServerDensitySettings

Show file Open project: aqueduct/Aqueduct.Monitoring Class Usage Examples

Public Methods

Method Description
GetFromAppConfig ( ) : ServerDensitySettings
ServerDensitySettings ( string account, string apiKey, NetworkCredential credentials ) : System

Initializes a new instance of the ServerDensitySettings class.

Private Methods

Method Description
ServerDensitySettings ( ) : System
Validate ( string name, string setting ) : void

Method Details

GetFromAppConfig() public static method

public static GetFromAppConfig ( ) : ServerDensitySettings
return ServerDensitySettings

ServerDensitySettings() public method

Initializes a new instance of the ServerDensitySettings class.
public ServerDensitySettings ( string account, string apiKey, NetworkCredential credentials ) : System
account string
apiKey string
credentials System.Net.NetworkCredential
return System