BaconographyPortable.Model.Reddit.ListingHelpers.UserActivity.Refresh C# (CSharp) Method

Refresh() public method

public Refresh ( object>.Dictionary state ) : Task
state object>.Dictionary
return Task
        public Task<Listing> Refresh(Dictionary<object, object> state)
        {
            return _redditService.GetPostsByUser(_username, null);
        }
    }