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

Beginget_root_hint() 공개 메소드

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