iControl.GlobalLBServer.Beginset_prober_pool C# (CSharp) Method

Beginset_prober_pool() public method

public Beginset_prober_pool ( string servers, string pools, System callback, object asyncState ) : System.IAsyncResult
servers string
pools string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_prober_pool(string [] servers,string [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_prober_pool", new object[] {
            servers,
            pools}, callback, asyncState);
        }
GlobalLBServer