iControl.LocalLBProfileDNS.set_dns_cache C# (CSharp) Method

set_dns_cache() private method

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