iControl.SystemHAGroup.Beginadd_pool C# (CSharp) Method

Beginadd_pool() public method

public Beginadd_pool ( 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 Beginadd_pool(string [] ha_groups,string [] [] pools,long [] [] weights, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_pool", new object[] {
            ha_groups,
            pools,
            weights}, callback, asyncState);
        }
SystemHAGroup