Click or drag to resize
DigitalRuneStorageDispose Method
Releases all resources used by an instance of the Storage class.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public void Dispose()

Implements

IDisposableDispose
Remarks
This method calls the virtual Dispose(Boolean) method, passing in , and then suppresses finalization of the instance.
See Also