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