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

Begindelete_prober_pool() public méthode

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