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 override void Cleanup()
Visual Basic
Protected Overrides Sub Cleanup
Visual C++
protected:
virtual void Cleanup() override
F#
abstract Cleanup : unit -> unit 
override Cleanup : unit -> unit 

See Also