iControl.GlobalLBGlobals.Beginset_timer_heartbeat C# (CSharp) Method

Beginset_timer_heartbeat() public method

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