C# Класс ConoHaNet.Objects.Servers.ServerRebootDetails

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
ServerRebootDetails ( RebootType type ) : System

Initializes a new instance of the ServerRebootDetails class with the specified reboot type.

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

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

Initializes a new instance of the ServerRebootDetails class with the specified reboot type.
If is .
public ServerRebootDetails ( RebootType type ) : System
type RebootType The type of reboot to perform. See for predefined values.
Результат System