Library.Close 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.1.0)
Syntax
public void Close(
bool forceClose
)
Parameters
forceClose
Type: Boolean
Automatically closes all open databases.
Return Value
Type: void
InvalidOperationException is thrown when one of the following conditions occurred:
- The library is not open.
- Handles are still open, and forceClose is false.
See Also: