iControl.LocalLBPool.get_gateway_failsafe_device C# (CSharp) Method

get_gateway_failsafe_device() private method

private get_gateway_failsafe_device ( string pool_names ) : string[]
pool_names string
return string[]
        public string[] get_gateway_failsafe_device(
		string [] pool_names
	)
        {
            object [] results = this.Invoke("get_gateway_failsafe_device", new object [] {
                pool_names});
            return ((string [])(results[0]));
        }
LocalLBPool