Skip to content

Applies to

netstandard2.0

void StartThread(Action<object?> action, object? state)

Summary: Starts a new long-running thread.

Parameters

NameTypeDescription
actionActionMethod to execute.
stateobject?State to pass to the method.