iControl.GlobalLBGlobals.Beginget_time_tolerance C# (CSharp) Method

Beginget_time_tolerance() public method

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