Property ServerList
ServerList
List of ServerInfo in the cache.
Declaration
public IList<ServerInfo> ServerList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ServerInfo> | This property specifies the list of servers along with all the relevant server info. |