iControl.GlobalLBPool.Beginget_fallback_ip C# (CSharp) Method

Beginget_fallback_ip() public method

public Beginget_fallback_ip ( string pool_names, System callback, object asyncState ) : System.IAsyncResult
pool_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_fallback_ip(string [] pool_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_fallback_ip", new object[] {
            pool_names}, callback, asyncState);
        }
GlobalLBPool