If I am using EventWaitHandle (or AutoResetEvent, ManualResetEvent) to synchronise between threads then do I need to call the Cl
EventWaitHandle
AutoResetEvent
ManualResetEvent
Cl
You need to dispose them explicitly. Close() is more appropriate for them as it does call Dispose().