how do i do the "standard" vb.net multithreading

Code:
dim mThread as new Thread(addressOf mFunction)
mThread.Start()
in C#?