J
Jason
In C++, I can create an object on the heap and have it kill itself when
it's done (i.e. delete this)
In .NET, I have a class which triggers a worker thread. When the worker
thread is finished, I would like to have the object go away. Is there a
..NET/C#-proper way of doing this?
Thanks in advance...
it's done (i.e. delete this)
In .NET, I have a class which triggers a worker thread. When the worker
thread is finished, I would like to have the object go away. Is there a
..NET/C#-proper way of doing this?
Thanks in advance...