PowerArgs.ContextAssistSearch.GetResultsAsync C# (CSharp) Méthode

GetResultsAsync() protected abstract méthode

When implemented in the derived class, gets search results that match the search string asynchronously. This ONLY gets called if SupportsAsync returns true.
protected abstract GetResultsAsync ( string searchString ) : Task>
searchString string the search string entered by the user
Résultat Task>
        protected abstract Task<List<ContextAssistSearchResult>> GetResultsAsync(string searchString);