Method Dispose
Dispose()
Synchronously disposes the current CachingBackend.
Declaration
public void Dispose()
Dispose(Boolean)
Synchronously disposes the current CachingBackend, with a parameter instructing whether this method is called because of a call to the Dispose() method or because of object finalizing.
Declaration
protected void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing |
|