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