SearchResultReaderDispose Method (Boolean) |
Releases the unmanaged resources used by the
SearchResultReader and optionally releases the managed resources
Namespace:
Colygon.MatchPoint.Search.Query
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.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