iControl.GlobalLBProberPool.Beginremove_all_members C# (CSharp) Méthode

Beginremove_all_members() public méthode

public Beginremove_all_members ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
Résultat 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