Open sandboxFocus

Method DisposeCore

DisposeCore(bool, CancellationToken)

Synchronously disposes the current CachingBackend. This protected method is part of the implementation API and is meant to be overridden in user code, not invoked.

Declaration
protected override void DisposeCore(bool disposing, CancellationToken cancellationToken)
Parameters
Type Name Description
bool disposing
CancellationToken cancellationToken
Overrides