iControl.GlobalLBGlobals.Beginget_timer_heartbeat C# (CSharp) Method

Beginget_timer_heartbeat() public method

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