Click or drag to resize

ManagedThread Class

Managed thread.
Inheritance Hierarchy
SystemObject
  FM.IceLinkManagedThread

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ManagedThread type exposes the following members.

Constructors
  NameDescription
Public methodManagedThread
Initializes a new instance of the ManagedThread class.
Top
Methods
  NameDescription
Public methodStatic memberDispatch
Dispatches an action to a background thread.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLoopBegin
Should be invoked when the loop begins before other code.
Public methodLoopEnd
Should be invoked when the loop ends after other code.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSleep
Sleeps the current thread for a specified period of time.
Public methodStart
Starts the thread.
Public methodToString (Inherited from Object.)
Top
See Also