| OrderBookBaseDispose Method (Boolean) |
Releases the unmanaged resources used by the
OrderBookBase and optionally releases the managed resources
Namespace:
MZpack
Assembly:
MZpackBase (in MZpackBase.dll) Version: 3.16.11.0 (3.16.11.0)
Syntax protected virtual void Dispose(
bool disposing
)
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also