iControl.LocalLBDNSCache.Beginremove_all_root_hints C# (CSharp) Method

Beginremove_all_root_hints() public method

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