Overload | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Calling Dispose() (automatic when a using statement ends) will generate the metric. |
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. |