ArgsTests.CLI.PeoplePicker.GetResultsAsync C# (CSharp) Method

GetResultsAsync() protected method

protected GetResultsAsync ( string searchString ) : Task>
searchString string
return Task>
        protected override Task<List<ContextAssistSearchResult>> GetResultsAsync(string searchString)
        {
            throw new NotImplementedException();
        }