Click or drag to resize

LightningThreadState Class

Lightning threading state
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerLightningThreadState

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class LightningThreadState

The LightningThreadState type exposes the following members.

Constructors
  NameDescription
Public methodLightningThreadState
Constructor - starts the thread
Top
Methods
  NameDescription
Public methodAddActionForBackgroundThread
Add a background thread action
Public methodAddActionForMainThread
Add a main thread action
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodTerminateAndWaitForEnd
Terminate and wait for thread end
Public methodToString (Inherited from Object.)
Public methodUpdateMainThreadActions
Execute any main thread actions from the main thread
Top
Fields
  NameDescription
Public fieldRunning
Set to false to terminate
Top
See Also