Click or drag to resize

SDDPServerKnownServers Property

Gets the dicionary of known servers.

Namespace:  CSharpGrid.SDDP
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Dictionary<string, NodeInfo> KnownServers { get; }

Property Value

Type: DictionaryString, NodeInfo
Dictionary of NodeInfo
See Also