iControl.GlobalLBGlobals.Beginset_default_probe_limit C# (CSharp) Method

Beginset_default_probe_limit() public method

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