Home »

What does AddressOf operator do in background ?

Question ListCategory: VB.NETWhat does AddressOf operator do in background ?
denielshakespeare5 author asked 8 years ago
1 Answers
jamessmith05 author answered 8 years ago

The AddressOf operator 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

Please login or Register to Submit Answer