iControl.LocalLBDNSCache.get_allowed_query_time C# (CSharp) Method

get_allowed_query_time() private method

private get_allowed_query_time ( string caches ) : long[]
caches string
return long[]
        public long[] get_allowed_query_time(
		string [] caches
	)
        {
            object [] results = this.Invoke("get_allowed_query_time", new object [] {
                caches});
            return ((long [])(results[0]));
        }
LocalLBDNSCache