QueryIteratorDispose(Boolean) Method |
Releases the unmanaged resources used by the
QueryIterator and optionally releases the managed resources
Namespace: Micros.PosCore.Extensibility.Scripting.API.FiscalAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxprotected virtual void Dispose(
bool disposing
)
Parameters
- disposing Boolean
- True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also