iControl.LocalLBPool.Enddelete_pool C# (CSharp) Méthode

Enddelete_pool() public méthode

public Enddelete_pool ( System asyncResult ) : void
asyncResult System
Résultat void
        public void Enddelete_pool(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBPool