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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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