iControl.GlobalLBPoolV2.Begindelete_pool C# (CSharp) Method

Begindelete_pool() public method

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