iControl.LocalLBPool.get_gateway_failsafe_unit_id C# (CSharp) Method

get_gateway_failsafe_unit_id() private method

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