iControl.GlobalLBServer.Beginget_prober_pool C# (CSharp) Method

Beginget_prober_pool() public method

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