This method is invoked when the entity context is being disposed.

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
protected abstract void Cleanup()
Visual Basic
Protected MustOverride Sub Cleanup
Visual C++
protected:
virtual void Cleanup() abstract
F#
abstract Cleanup : unit -> unit 

See Also