iControl.LocalLBDNSCache.Beginremove_all_root_hints C# (CSharp) 메소드

Beginremove_all_root_hints() 공개 메소드

public Beginremove_all_root_hints ( string caches, System callback, object asyncState ) : System.IAsyncResult
caches string
callback System
asyncState object
리턴 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