BaconographyPortable.Model.Reddit.ListingHelpers.SearchResults.GetMore C# (CSharp) Method

GetMore() public method

public GetMore ( IEnumerable ids, object>.Dictionary state ) : Task
ids IEnumerable
state object>.Dictionary
return Task
        public Task<Listing> GetMore(IEnumerable<string> ids, Dictionary<object, object> state)
        {
            throw new NotImplementedException();
        }