KestrunTask.Work property

Compiled work delegate producing a result.

public Func<CancellationToken, Task<object?>> Work { get; set; }

See Also