Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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