다음을 통해 공유


IPendingWork.Complete(Boolean, ICollection) 메서드

정의

트랜잭션이 완료된 경우에 호출됩니다.

public:
 void Complete(bool succeeded, System::Collections::ICollection ^ items);
public void Complete (bool succeeded, System.Collections.ICollection items);
abstract member Complete : bool * System.Collections.ICollection -> unit
Public Sub Complete (succeeded As Boolean, items As ICollection)

매개 변수

succeeded
Boolean

트랜잭션이 성공했으면 true이고, 그렇지 않으면 false입니다.

items
ICollection

작업 항목의 ICollection입니다.

설명

succeededtrue이면 트랜잭션이 성공했으며 작업 일괄 처리에 사용된 모든 리소스가 해제될 수 있습니다. succeededfalse이면 트랜잭션이 실패했습니다. 구현에 따라 트랜잭션이 실패할 경우 작업 일괄 처리의 작업에서 적절한 롤백을 수행할 수 있습니다.

적용 대상