Gets the known, default frequencies supported by RightEdge.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public static Dictionary<int, string> GetFrequencies()
Visual Basic (Declaration)
Public Shared Function GetFrequencies As Dictionary(Of Integer, String)
Visual C++
public:
static Dictionary<int, String^>^ GetFrequencies()

Return Value

Dictionary list of the frequencies and corresponding names.

See Also