iControl.SystemHAGroup.get_cluster_weight C# (CSharp) 메소드

get_cluster_weight() 개인적인 메소드

private get_cluster_weight ( string ha_groups, string clusters ) : long[][]
ha_groups string
clusters string
리턴 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