CachingBackend.Dispose Method (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.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.4.11.0 (6.4.11.0)

C#
protected void Dispose( bool disposing )
Parameters
- disposing
- Type: System.Boolean
true if this method is called because the Dispose() method has been called, or false if the object is being finalized.
