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

set_cluster_weight() 개인적인 메소드

private set_cluster_weight ( string ha_groups, string clusters, long weights ) : void
ha_groups string
clusters string
weights long
리턴 void
        public void set_cluster_weight(
		string [] ha_groups,
		string [] [] clusters,
		long [] [] weights
	)
        {
            this.Invoke("set_cluster_weight", new object [] {
                ha_groups,
                clusters,
                weights});
        }
SystemHAGroup