D
Dominic
Hi,
I've a separated class DOIT with a function WATCH which is
dynamically creating FileSystemWatchers.
In an other project I'm creating a new instance of DOIT
and start my function WATCH. So far so good....
I'm setting the Instance DOIT later in the application to
NOTHING, but all created FileSystemWatchers are still
running. How can I release/dispose a whole instanced class
within a project ? Or how can I kill all
FileSystemWatchers at one time (but I d'ont know how many
there are) ?
Many thanks for any help !
Cheers,
Dominic
I've a separated class DOIT with a function WATCH which is
dynamically creating FileSystemWatchers.
In an other project I'm creating a new instance of DOIT
and start my function WATCH. So far so good....
I'm setting the Instance DOIT later in the application to
NOTHING, but all created FileSystemWatchers are still
running. How can I release/dispose a whole instanced class
within a project ? Or how can I kill all
FileSystemWatchers at one time (but I d'ont know how many
there are) ?
Many thanks for any help !
Cheers,
Dominic