iControl.GlobalLBGlobals.Beginget_maximum_synchronous_monitor_request C# (CSharp) Method

Beginget_maximum_synchronous_monitor_request() public method

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