C# Class ConoHaNet.Objects.File.BulkDeletionFailedObject

Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Méthodes publiques

Méthode Description
BulkDeletionFailedObject ( string obj, Status status ) : System

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

Method Details

BulkDeletionFailedObject() public méthode

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