iControl.GlobalLBWideIP.Beginget_lb_method C# (CSharp) Method

Beginget_lb_method() public method

public Beginget_lb_method ( string wide_ips, System callback, object asyncState ) : System.IAsyncResult
wide_ips string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_lb_method(string [] wide_ips, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_lb_method", new object[] {
            wide_ips}, callback, asyncState);
        }
GlobalLBWideIP