iControl.GlobalLBGlobals.Beginget_maximum_link_over_limit_count C# (CSharp) Method

Beginget_maximum_link_over_limit_count() public method

public Beginget_maximum_link_over_limit_count ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_maximum_link_over_limit_count(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_maximum_link_over_limit_count", new object[0], callback, asyncState);
        }
GlobalLBGlobals