ThreadStart

ThreadStart typedef

Thread function with no parameters.

using System::Threading::ThreadStart = typedef System::MulticastDelegate<void()>

See Also