ISolutionSearchParameters.OnMaximumResultsExceeded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Callback that should be called by a provider that could have returned more results, but which limited itself to the number of results requested by MaximumResults.
public:
void OnMaximumResultsExceeded();
public:
void OnMaximumResultsExceeded();
void OnMaximumResultsExceeded();
public void OnMaximumResultsExceeded ();
abstract member OnMaximumResultsExceeded : unit -> unit
Public Sub OnMaximumResultsExceeded ()