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

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

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

Метод Описание
BulkDeletionResults ( IEnumerable successfulObjects, IEnumerable failedObjects ) : System

Initializes a new instance of the BulkDeletionResults class with the specified collections of successful and failed objects.

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

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

Initializes a new instance of the BulkDeletionResults class with the specified collections of successful and failed objects.
public BulkDeletionResults ( IEnumerable successfulObjects, IEnumerable failedObjects ) : System
successfulObjects IEnumerable The objects which were successfully deleted.
failedObjects IEnumerable The objects which could not be deleted.
Результат System