[This is preliminary documentation and is subject to change.]
Stops the results gathering.
| C# | Visual Basic | Visual C++ |
public virtual void StopResultsGathering()
Public Overridable Sub StopResultsGathering
public: virtual void StopResultsGathering()
This method will only perform the basic administration. The actual stopping of the
results gathering needs to be implemented in the derived class.
When overriding this method, make sure to call this base method first.