| Overload | Description | 
|---|---|
| Increment() | Increments the counter by one | 
| Increment<T>(Action<T>,T) | Delegate fired inside lock if this is the first Increment() call on the name provided | 
| Increment(ThreadStart) | Delegate fired inside lock if this is the first Increment() call on the name provided | 
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7