iControl.SystemHAGroup.set_cluster_attribute_threshold C# (CSharp) Method

set_cluster_attribute_threshold() private method

private set_cluster_attribute_threshold ( string ha_groups, string clusters, long thresholds ) : void
ha_groups string
clusters string
thresholds long
return void
        public void set_cluster_attribute_threshold(
		string [] ha_groups,
		string [] [] clusters,
		long [] [] thresholds
	)
        {
            this.Invoke("set_cluster_attribute_threshold", new object [] {
                ha_groups,
                clusters,
                thresholds});
        }
SystemHAGroup