Interface IStopwatchProvider
Provider for IStopwatch objects.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.Interfaces.dll
Syntax
public interface IStopwatchProvider
Methods
| Improve this Doc View SourceStartStopwatch()
Starts a new stopwatch object.
Declaration
IStopwatch StartStopwatch()
Returns
Type | Description |
---|---|
IStopwatch | New stopwatch object; started at the time of the request. |