iControl.GlobalLBProberPool.Beginremove_all_members C# (CSharp) Method

Beginremove_all_members() public method

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