Click or drag to resize

GraphShutdown Method

A shutdown function is required to properly close the graph. This is important for implementations that utilize disk-based serializations.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public void Shutdown()

Implements

IGraph.Shutdown
See Also