C# Class ConoHaNet.Objects.File.BulkDeletionResults

Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Méthodes publiques

Méthode Description
BulkDeletionResults ( IEnumerable successfulObjects, IEnumerable failedObjects ) : System

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

Method Details

BulkDeletionResults() public méthode

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.
Résultat System