iControl.GlobalLBProberPool.Enddelete_all_prober_pools C# (CSharp) Method

Enddelete_all_prober_pools() public method

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