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

Endadd_root_hint() 공개 메소드

public Endadd_root_hint ( System asyncResult ) : void
asyncResult System
리턴 void
        public void Endadd_root_hint(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBDNSCache