,System.Object)>
Defined in Type: IConcurrencyAbstractionLayer
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
void StartThread(Action<object?> action, object? state)
Summary: Starts a new long-running thread.
Parameters
| Name | Type | Description |
|---|---|---|
action | Action | Method to execute. |
state | object? | State to pass to the method. |