iControl.GlobalLBProberPool.Enddelete_prober_pool C# (CSharp) 메소드

Enddelete_prober_pool() 공개 메소드

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