LightningThreadStateAddActionForBackgroundThread Method |
Add a background thread action
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool AddActionForBackgroundThread(
Action action
)
Public Function AddActionForBackgroundThread (
action As Action
) As Boolean
public:
bool AddActionForBackgroundThread(
Action^ action
)
member AddActionForBackgroundThread :
action : Action -> bool
Parameters
- action
- Type: SystemAction
Action
Return Value
Type:
BooleanTrue if action added, false if in process of terminating the thread
See Also