iControl.SystemHAGroup.get_cluster_weight C# (CSharp) Method

get_cluster_weight() private method

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