iControl.LocalLBDNSCache.set_unwanted_reply_threshold C# (CSharp) Method

set_unwanted_reply_threshold() private method

private set_unwanted_reply_threshold ( string caches, long thresholds ) : void
caches string
thresholds long
return void
        public void set_unwanted_reply_threshold(
		string [] caches,
		long [] thresholds
	)
        {
            this.Invoke("set_unwanted_reply_threshold", new object [] {
                caches,
                thresholds});
        }
LocalLBDNSCache