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