iControl.GlobalLBGlobals.Beginget_timer_heartbeat C# (CSharp) Méthode

Beginget_timer_heartbeat() public méthode

public Beginget_timer_heartbeat ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat 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