Click or drag to resize

PFJobExecute 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
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected abstract void Execute()
See Also