-
Notifications
You must be signed in to change notification settings - Fork 16
RunningTimerOption
ZjzMisaka edited this page Sep 17, 2024
·
2 revisions
The time, in milliseconds, between events.
double Interval;Occurs when the interval elapses, but only if the thread pool is in the Running state.
Action<RunningTimerElapsedEventArgs> Elapsed;- Sync | Async
- Pool Control | Work Control
- Divide And Conquer
- Thread Pool Sizing
- Work Callback | Default Callback
- Rejection Policy
- Parallel Execution
- Work Priority | Thread Priority
- Error Handling
- Work Timeout | Cumulative Work Timeout
- Work Dependency
- Work Group
- Events
- Runtime Status
- Running Timer
- Queue Type (FIFO | LIFO | Deque | Custom)
Core
Results
Options