iControl.LocalLBPool.Begindelete_pool C# (CSharp) Method

Begindelete_pool() public method

public Begindelete_pool ( string pool_names, System callback, object asyncState ) : System.IAsyncResult
pool_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_pool(string [] pool_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_pool", new object[] {
            pool_names}, callback, asyncState);
        }
LocalLBPool