Library.Dispose Method

This method closes the variable database library and releases the resources.

Namespace:  IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public void Dispose()

Return Value

Type: void

Implements

IDisposable

Remarks

Each process that opened the library should call this function once before terminating to release the resources.

See Also: