iControl.LocalLBProfileDNS.set_dns_cache C# (CSharp) 메소드

set_dns_cache() 개인적인 메소드

private set_dns_cache ( string profile_names, LocalLBProfileString caches ) : void
profile_names string
caches LocalLBProfileString
리턴 void
        public void set_dns_cache(
		string [] profile_names,
		LocalLBProfileString [] caches
	)
        {
            this.Invoke("set_dns_cache", new object [] {
                profile_names,
                caches});
        }
LocalLBProfileDNS