BaconographyPortable.Model.Reddit.ListingHelpers.UserMessages.GetCachedListing C# (CSharp) Method

GetCachedListing() public method

public GetCachedListing ( object>.Dictionary state ) : Task
state object>.Dictionary
return Task
        public Task<Listing> GetCachedListing(Dictionary<object, object> state)
        {
            return Task.FromResult(new Listing { Data = new ListingData { Children = new List<Thing>() } });
        }