iControl.LocalLBDNSCache.Beginremove_root_hint C# (CSharp) Method

Beginremove_root_hint() public method

public Beginremove_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 Beginremove_root_hint(string [] caches,string [] [] hints, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_root_hint", new object[] {
            caches,
            hints}, callback, asyncState);
        }
LocalLBDNSCache