iControl.GlobalLBDataCenter.Beginset_prober_pool C# (CSharp) Method

Beginset_prober_pool() public method

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