iControl.SystemHAGroup.set_pool_attribute_threshold C# (CSharp) Method

set_pool_attribute_threshold() private method

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