C# Class ConoHaNet.Objects.File.BulkDeletionResults

Mostra file Open project: crowdy/OpenStack-ConoHa

Public Methods

Method 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 method

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.
return System