iControl.SystemHAGroup.get_pool C# (CSharp) Method

get_pool() private method

private get_pool ( string ha_groups ) : string[][]
ha_groups string
return string[][]
        public string[][] get_pool(
		string [] ha_groups
	)
        {
            object [] results = this.Invoke("get_pool", new object [] {
                ha_groups});
            return ((string [] [])(results[0]));
        }
SystemHAGroup