C# Class AcTools.LapTimes.LevelDbUtils.SnapShot

A Snapshot is an immutable object and can therefore be safely accessed from multiple threads without any external synchronization.
Inheritance: LevelDbHandle
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
Parent WeakReference

Protected Methods

Method Description
FreeUnManagedObjects ( ) : void

Private Methods

Method Description
SnapShot ( IntPtr handle ) : System
SnapShot ( IntPtr handle, LevelDb parent ) : System

Method Details

FreeUnManagedObjects() protected method

protected FreeUnManagedObjects ( ) : void
return void

Property Details

Parent public property

public WeakReference Parent
return WeakReference