iControl.GlobalLBProberPool.Enddelete_prober_pool C# (CSharp) Method

Enddelete_prober_pool() public method

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