iControl.LocalLBPool.Beginset_gateway_failsafe_device C# (CSharp) Method

Beginset_gateway_failsafe_device() public method

public Beginset_gateway_failsafe_device ( string pool_names, string devices, System callback, object asyncState ) : System.IAsyncResult
pool_names string
devices string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_gateway_failsafe_device(string [] pool_names,string [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_gateway_failsafe_device", new object[] {
            pool_names,
            devices}, callback, asyncState);
        }
LocalLBPool