iControl.LocalLBDNSCache.set_unwanted_reply_threshold C# (CSharp) 메소드

set_unwanted_reply_threshold() 개인적인 메소드

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