C# Класс RightScale.netClient.ScheduleEntry

Schedule-based bounds for a ServerArray defining the minimum and maximum size of a ServerArray by day and time
Наследование: Bound
Показать файл Открыть проект

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

Метод Описание
ScheduleEntry ( ) : System
ScheduleEntry ( string Time, string Day, string MinCount, string MaxCount ) : System

Fully parameterized constructor taking time and day to populate ScheduleEntry object

Описание методов

ScheduleEntry() публичный Метод

public ScheduleEntry ( ) : System
Результат System

ScheduleEntry() публичный Метод

Fully parameterized constructor taking time and day to populate ScheduleEntry object
public ScheduleEntry ( string Time, string Day, string MinCount, string MaxCount ) : System
Time string Time for which this set of bounds is valid
Day string Day for which this set of bounds is valid
MinCount string
MaxCount string
Результат System