iControl.GlobalLBProberPool.Begindelete_prober_pool C# (CSharp) Method

Begindelete_prober_pool() public method

public Begindelete_prober_pool ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_prober_pool(string [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_prober_pool", new object[] {
            pools}, callback, asyncState);
        }
GlobalLBProberPool