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

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

공개 메소드들

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