C# Класс ConoHaNet.Objects.File.BulkDeletionFailedObject

Показать файл Открыть проект

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

Метод Описание
BulkDeletionFailedObject ( string obj, Status status ) : System

Initializes a new instance of the BulkDeletionFailedObject class with the specified object name and status.

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

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

Initializes a new instance of the BulkDeletionFailedObject class with the specified object name and status.
/// If is . /// -or- /// If is . /// If is empty.
public BulkDeletionFailedObject ( string obj, Status status ) : System
obj string The name of the object which could not be deleted.
status Status A object describing the reason the object could not be deleted.
Результат System