BaconographyPortable.Model.KitaroDB.ListingHelpers.SubredditInfo.Refresh C# (CSharp) Méthode

Refresh() public méthode

public Refresh ( object>.Dictionary state ) : Task
state object>.Dictionary
Résultat Task
        public Task<Listing> Refresh(Dictionary<object, object> state)
        {
            return GetInitialListing(state);
        }
    }