Thread
Summary
Definition
Namespace: SDT4.Managed.Core
Assembly: SDT4.Managed.Core.dll
static class Thread
Inheritance:
Object ➔ Thread
Implements:
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
Methods
public static Void RunLater(ThreadStart thread)
Summary
Executes a subroutine on the master thread when possible.
Parameters:
thread(ThreadStart): Runnable function to call.