iControl.LocalLBPool.Enddelete_all_pools C# (CSharp) Method

Enddelete_all_pools() public method

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