A
Ashish Sheth
Hi Gurus,
There are three(as far as I know) Timer classes available in .NET, one is in
System.Threading namespace, second is in System.Timers namespace and another
one is System.Windows.Forms namespace. Why? what are the differences between
all these Timer classes? When I should use which class?
Basically I am calling one method in my class asynchronously(using
delegates). After some time I need to call that method again asynchronously.
At this time the first asynchronous call to the method should be completed.
If it is not completed then I should wait for the first call to be
completed. How can I achieve this thing?
thanks and regards,
Ashish Sheth
There are three(as far as I know) Timer classes available in .NET, one is in
System.Threading namespace, second is in System.Timers namespace and another
one is System.Windows.Forms namespace. Why? what are the differences between
all these Timer classes? When I should use which class?
Basically I am calling one method in my class asynchronously(using
delegates). After some time I need to call that method again asynchronously.
At this time the first asynchronous call to the method should be completed.
If it is not completed then I should wait for the first call to be
completed. How can I achieve this thing?
thanks and regards,
Ashish Sheth