Click or drag to resize

PFOrphanTasksCleanerExecute Method

Main job execution method. Will be called by the execution engine after a call to Run() or RunAsync(). Implementation should take the 'IsCanceled' property into account, and report progression via calls to 'OnProgressionChanged'.

Namespace:  Packflow.Core.Jobs.Impl
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected override void Execute()
See Also