iControl.GlobalLBPool.get_ttl C# (CSharp) Method

get_ttl() private method

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