[This is preliminary documentation and is subject to change.]
Stops the current thread only:
- Terminate any open TCP/IP connection
- If that doesn't work, Abort the .netThread associated with this object.
This method will indirectly be called in a seperate .Net thread (not in the .Net thread of
this object) when the Stop method of this instance is called. A seperate thread is used to
make sure that other threads are not waiting on the Stop method while this code is executed.
| C# | Visual Basic | Visual C++ |
protected override void StopCurrentThread()
Protected Overrides Sub StopCurrentThread
protected: virtual void StopCurrentThread() override