Interface ILoggingScheduler<TAbsolute>
Inherited Members
Namespace: Reaqtive.TestingFramework
Assembly: Reaqtive.TestingFramework.dll
Syntax
public interface ILoggingScheduler<TAbsolute> : IScheduler, IDisposable
Type Parameters
Name | Description |
---|---|
TAbsolute |
Properties
ScheduledTimes
Declaration
IEnumerable<TAbsolute> ScheduledTimes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<TAbsolute> |