iControl.SystemHAGroup.Beginset_pool_attribute_threshold C# (CSharp) Method

Beginset_pool_attribute_threshold() public method

public Beginset_pool_attribute_threshold ( string ha_groups, string pools, long thresholds, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
pools string
thresholds long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_pool_attribute_threshold(string [] ha_groups,string [] [] pools,long [] [] thresholds, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_pool_attribute_threshold", new object[] {
            ha_groups,
            pools,
            thresholds}, callback, asyncState);
        }
SystemHAGroup