KestrunTask.Work property
Compiled work delegate producing a result.
public Func<CancellationToken, Task<object?>> Work { get; set; }
See Also
- class KestrunTask
- namespace Kestrun.Tasks
Compiled work delegate producing a result.
public Func<CancellationToken, Task<object?>> Work { get; set; }