C# 클래스 Aqueduct.ServerDensity.ServerDensitySettings

파일 보기 프로젝트 열기: aqueduct/Aqueduct.Monitoring 1 사용 예제들

공개 메소드들

메소드 설명
GetFromAppConfig ( ) : ServerDensitySettings
ServerDensitySettings ( string account, string apiKey, NetworkCredential credentials ) : System

Initializes a new instance of the ServerDensitySettings class.

비공개 메소드들

메소드 설명
ServerDensitySettings ( ) : System
Validate ( string name, string setting ) : void

메소드 상세

GetFromAppConfig() 공개 정적인 메소드

public static GetFromAppConfig ( ) : ServerDensitySettings
리턴 ServerDensitySettings

ServerDensitySettings() 공개 메소드

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
리턴 System