iControl.LocalLBDNSCache.Beginadd_root_hint C# (CSharp) Method

Beginadd_root_hint() public method

public Beginadd_root_hint ( string caches, string hints, System callback, object asyncState ) : System.IAsyncResult
caches string
hints string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_root_hint(string [] caches,string [] [] hints, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_root_hint", new object[] {
            caches,
            hints}, callback, asyncState);
        }
LocalLBDNSCache