iControl.LocalLBProfileDNS.Beginset_dns_cache C# (CSharp) Method

Beginset_dns_cache() public method

public Beginset_dns_cache ( string profile_names, LocalLBProfileString caches, System callback, object asyncState ) : System.IAsyncResult
profile_names string
caches LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_dns_cache(string [] profile_names,LocalLBProfileString [] caches, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_dns_cache", new object[] {
            profile_names,
            caches}, callback, asyncState);
        }
LocalLBProfileDNS