Skip to content

LocalScheduler.StartStopwatch() method

Defined in

Type: LocalScheduler Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public virtual IStopwatch StartStopwatch()

Summary: Starts a new stopwatch object.

Returns: IStopwatch -- New stopwatch object; started at the time of the request.

Remarks

Platform-specific scheduler implementations should reimplement IStopwatchProvider to provide a more efficient IStopwatch implementation (if available).