SciChart.Core Assembly > SciChart.Core.Utility Namespace : TimedMethodThread Enumeration
TimedMethodThread Enumeration
Enumeration constants to define what thread a TimedMethod is invoked on
Syntax
public enum TimedMethodThread : System.Enum 
Members
MemberDescription
Background Invoke actions on a background thread
UIThread Invoke actions on the UI Thread
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Core.Utility.TimedMethodThread

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also