Aracılığıyla paylaş


SqlWorkflowPersistenceService.IPendingWork.Complete Yöntem

Tanım

İş toplu işlemini tamamlar ve tüm kaynakları serbest bırakır.

 virtual void System.Workflow.Runtime.IPendingWork.Complete(bool succeeded, System::Collections::ICollection ^ items) = System::Workflow::Runtime::IPendingWork::Complete;
void IPendingWork.Complete(bool succeeded, System.Collections.ICollection items);
abstract member System.Workflow.Runtime.IPendingWork.Complete : bool * System.Collections.ICollection -> unit
override this.System.Workflow.Runtime.IPendingWork.Complete : bool * System.Collections.ICollection -> unit
Sub Complete (succeeded As Boolean, items As ICollection) Implements IPendingWork.Complete

Parametreler

succeeded
Boolean

true işleme başarılı olursa; aksi takdirde , false.

items
ICollection

Serileştirilmiş ICollection durum nesnelerinden biri.

Uygulamalar

Açıklamalar

uygulamasının ilk çalıştırma uygulamasında SqlWorkflowPersistenceServiceIPendingWork.Complete bir no-op. sınıfından devralır ve sınıfını SqlWorkflowPersistenceService genişletirseniz, uygulamanız tarafından dikte edilen tüm items eylemleri gerçekleştirmek için kullanabilirsinizIPendingWork.Complete.

Şunlara uygulanır