BatchWorker.Work Method

Definition

Implement this member in derived classes to define what constitutes a work cycle

protected abstract System.Threading.Tasks.Task Work ();
abstract member Work : unit -> System.Threading.Tasks.Task
Protected MustOverride Function Work () As Task

Returns

> A Task

Applies to