iControl.LocalLBPool.set_gateway_failsafe_device C# (CSharp) Method

set_gateway_failsafe_device() private method

private set_gateway_failsafe_device ( string pool_names, string devices ) : void
pool_names string
devices string
return void
        public void set_gateway_failsafe_device(
		string [] pool_names,
		string [] devices
	)
        {
            this.Invoke("set_gateway_failsafe_device", new object [] {
                pool_names,
                devices});
        }
LocalLBPool