C# 클래스 ConoHaNet.Objects.File.BulkDeletionFailedObject

파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

공개 메소드들

메소드 설명
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