SystemTargetExtensions Class
Definition
Important
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.
Extensions for SystemTarget.
public static class SystemTargetExtensions
type SystemTargetExtensions = class
Public Module SystemTargetExtensions
- Inheritance
-
SystemTargetExtensions
Methods
ScheduleTask(SystemTarget, Action) |
Schedules the provided |
ScheduleTask(SystemTarget, Func<Task>) |
Schedules the provided |
ScheduleTask<T>(SystemTarget, Func<Task<T>>) |
Schedules the provided |