iControl.SystemHAGroup.get_cluster C# (CSharp) Method

get_cluster() private method

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