PowerArgs.ContextAssistSearch.GetResultsAsync C# (CSharp) Method

GetResultsAsync() protected abstract method

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
return Task>
        protected abstract Task<List<ContextAssistSearchResult>> GetResultsAsync(string searchString);