Skip to content

EncryptedSqliteBlobCache.Dispose() method

Defined in

Type: EncryptedSqliteBlobCache Namespace: ReactiveMarbles.CacheDatabase.EncryptedSqlite3 Assembly: ReactiveMarbles.CacheDatabase.EncryptedSqlite3.dll

Applies to

netstandard2.0

Overloads

  • 1. public void Dispose()
  • 2. protected virtual void Dispose(bool isDisposing)

1. Overload

public void Dispose()

View source

Inherited documentation

These docs were inherited from IDisposable. The member doesn't override them on this type.

2. Overload

protected virtual void Dispose(bool isDisposing)

View source

Summary: Disposes the object.

Parameters

NameTypeDescription
isDisposingboolIf being called via the dispose method.