iControl.SystemHAGroup.set_cluster_weight C# (CSharp) Method

set_cluster_weight() private method

private set_cluster_weight ( string ha_groups, string clusters, long weights ) : void
ha_groups string
clusters string
weights long
return 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