,System.Object,System.TimeSpan)>
Defined in Type: IConcurrencyAbstractionLayer
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
IDisposable StartTimer(Action<object?> action, object? state, TimeSpan dueTime)
Summary: Queues a method for execution at the specified relative time.
Parameters
| Name | Type | Description |
|---|---|---|
action | Action | Method to execute. |
state | object? | State to pass to the method. |
dueTime | TimeSpan | Time to execute the method on. |
Returns: IDisposable -- Disposable object that can be used to stop the timer.