C# 클래스 Skytap.Utilities.ApplicationParameters

Wrapper for the various parameters that control the Skytap plug-in execution. Example values include number of retries for an HTTP operation, amount of time to wait between retries, HTTP timeout values, and the Skytap host URL used for API calls, among others.
파일 보기 프로젝트 열기: skytap/Skytap-TFS-Automation-Pack 1 사용 예제들

공개 메소드들

메소드 설명
ApplicationParameters ( ) : System

Default constructor. Initializes the parameters either from constant defaults or the application configuration file, which takes precedence.

Refresh ( ) : void

Re-read the configuration parameters out of the application configuration file.

ToString ( ) : string

Produces a string representation of all the application parameters managed by the ApplicationParameters class.

비공개 메소드들

메소드 설명
RefreshHttpTimeout ( ) : void
RefreshNumRetries ( ) : void
RefreshSkytapHostUrl ( ) : void
RefreshWaitTime ( ) : void

메소드 상세

ApplicationParameters() 공개 메소드

Default constructor. Initializes the parameters either from constant defaults or the application configuration file, which takes precedence.
public ApplicationParameters ( ) : System
리턴 System

Refresh() 공개 메소드

Re-read the configuration parameters out of the application configuration file.
public Refresh ( ) : void
리턴 void

ToString() 공개 메소드

Produces a string representation of all the application parameters managed by the ApplicationParameters class.
public ToString ( ) : string
리턴 string