iControl.SystemHAGroup.get_cluster_attribute_value C# (CSharp) Method

get_cluster_attribute_value() private method

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