iControl.SystemHAGroup.Beginset_pool_weight C# (CSharp) Method

Beginset_pool_weight() public method

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