Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.97 KB

index.md

File metadata and controls

23 lines (16 loc) · 1.97 KB

TimeProviderExtensions Assembly

Namespaces

System.Threading Namespace

Classes
PeriodicTimerWrapper Provides a lightweight wrapper around a System.Threading.PeriodicTimer to enable controlling the timer via a System.TimeProvider. A periodic timer enables waiting asynchronously for timer ticks.
TimeProviderPeriodicTimerExtensions PeriodicTimer extensions for System.TimeProvider.

TimeProviderExtensions Namespace

Classes
AutoAdvanceBehavior The AutoAdvanceBehavior type provides a way to enable and customize the automatic advance of time.
ManualTimeProvider Represents a synthetic time provider that can be used to enable deterministic behavior in tests.
ManualTimer A implementation of a System.Threading.ITimer whose callbacks are scheduled via a ManualTimeProvider.