IStopwatchProvider public interface IStopwatchProvider Documentation Code namespace System.Reactive.Concurrency { public interface IStopwatchProvider { IStopwatch StartStopwatch(); } }