API changes - 2.4 |
+ public bool EnableStandAloneLogging { get; set; }
+ public bool IsIdleMonitorEnabled { get; set; }
+ public int IdleThreshold { get; set; }
+ public IdleMonitorService( )
+ public DateTime LastActivity { get; }
+ public TimeSpan RetrieveInactivityPeriod( )
+ public VectorGraphicPath GetSegment( double startTime, double endTime, PenSet resolvedPenSet )