SqlWorkflowPersistenceService.IPendingWork.Complete Yöntem

Tanım

İş toplu işini tamamlar ve tüm kaynakları yayınlar.

 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 Kayıt başarılı olduysa; Aksi takdirde, false .

items
ICollection

ICollectionSerileştirilmiş durum nesneleri.

Uygulamalar

Açıklamalar

Uygulamasının hazır uygulamasının SqlWorkflowPersistenceService ,
IPendingWork.Complete , bir op değildir. Sınıfından kalıtımla alıp genişletmenize SqlWorkflowPersistenceService , IPendingWork.Complete uygulamanız tarafından dikte etmeniz gereken herhangi bir eylemi gerçekleştirmek için kullanabilirsiniz items .

Şunlara uygulanır