iControl.SystemHAGroup.Beginset_pool_attribute C# (CSharp) Method

Beginset_pool_attribute() public method

public Beginset_pool_attribute ( string ha_groups, string pools, SystemHAGroupHAGroupPoolAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
pools string
attributes SystemHAGroupHAGroupPoolAttribute
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_pool_attribute(string [] ha_groups,string [] [] pools,SystemHAGroupHAGroupPoolAttribute [] [] attributes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_pool_attribute", new object[] {
            ha_groups,
            pools,
            attributes}, callback, asyncState);
        }
SystemHAGroup