Overload | Description |
---|---|
Dispose() | Indicates that the monitor is complete and should be immediately disposed |
Dispose(Boolean) | Performs the actual releasing of managed and unmanaged resources. Most usage should instead call Dispose(), which will call Dispose(true) for you and will suppress redundant finalization. |