BaconographyPortable.Model.Reddit.ListingHelpers.UserMessages.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.GetMessages(100);
        }