An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
@VBnetcoder-0336
You can omit the ThreadStart() in your situation, which is being talked about in the Note.
https://learn.microsoft.com/en-us/dotnet/api/system.threading.parameterizedthreadstart?view=net-5.0
The ThreadStart() is suppose to pass a parameter to the delegate method and you are trying to pass a method().