QueryIteratorDispose Method (Boolean) |
Releases the unmanaged resources used by the
QueryIterator and optionally releases the managed resources
Namespace:
Micros.PosCore.Extensibility.Scripting.API.Fiscal
Assembly:
PosCore (in PosCore.dll)
Syntaxprotected 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