BackgroundWorkModel.TaskAction property
Gets or sets Action that this background work shod do inside while loop.
public Action? TaskAction { get; set; }
See Also
- class BackgroundWorkModel
- namespace LiTools.Helpers.Organize
Gets or sets Action that this background work shod do inside while loop.
public Action? TaskAction { get; set; }