iControl.LocalLBPool.Beginset_gateway_failsafe_unit_id C# (CSharp) Method

Beginset_gateway_failsafe_unit_id() public method

public Beginset_gateway_failsafe_unit_id ( string pool_names, long unit_ids, System callback, object asyncState ) : System.IAsyncResult
pool_names string
unit_ids long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_gateway_failsafe_unit_id(string [] pool_names,long [] unit_ids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_gateway_failsafe_unit_id", new object[] {
            pool_names,
            unit_ids}, callback, asyncState);
        }
LocalLBPool