Xaye.Fred.Fred.GetSources C# (CSharp) Méthode

GetSources() public méthode

Get all sources of economic data using system defaults. Corresponds to http://api.stlouisfed.org/fred/sources
public GetSources ( ) : IEnumerable
Résultat IEnumerable
        public IEnumerable<Source> GetSources()
        {
            var now = CstTime();
            return GetSources(now, now);
        }

Same methods

Fred::GetSources ( System.DateTime realtimeStart, System.DateTime realtimeEnd, int limit = 1000, int offset, Source orderBy = Source.OrderBy.SourceId, SortOrder order = SortOrder.Ascending ) : IEnumerable
Fred::GetSources ( ) : Task>
Fred::GetSources ( System.DateTime realtimeStart, System.DateTime realtimeEnd, int limit = 1000, int offset, Source orderBy = Source.OrderBy.SourceId, SortOrder order = SortOrder.Ascending ) : Task>