| Overloads | |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Dispose(bool) | Releases the unmanaged resources used by the ChangeHistory and optionally releases the managed resources. |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose();
Implements Dispose()
Releases the unmanaged resources used by the ChangeHistory and optionally releases the managed resources.
public void Dispose(bool disposing);
disposing System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.