Click or drag to resize
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.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax
C#
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