Why we use AddressOf operator in background
| When we are asking about BackgroundProcess method we use AddressOf operator which creates a delegate object to the BackgroundProcess method. A delegate within VB.NET is a type-safe, object-oriented function pointer. After the thread has been instantiated, you begin the execution of the code by calling the Start() method of the thread | |
