iControl.LocalLBDNSCache.get_unwanted_reply_threshold C# (CSharp) Method

get_unwanted_reply_threshold() private method

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