iControl.GlobalLBProberPool.Begindelete_all_prober_pools C# (CSharp) Method

Begindelete_all_prober_pools() public method

public Begindelete_all_prober_pools ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_all_prober_pools(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_all_prober_pools", new object[0], callback, asyncState);
        }
GlobalLBProberPool