iControl.GlobalLBGlobals.Beginset_maximum_link_over_limit_count C# (CSharp) Method

Beginset_maximum_link_over_limit_count() public method

public Beginset_maximum_link_over_limit_count ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_maximum_link_over_limit_count(long value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_maximum_link_over_limit_count", new object[] {
            value}, callback, asyncState);
        }
GlobalLBGlobals