Hi ,
I want to implement the heartbeat functionality in the Page_Load event. I have a long-running query in the Page_Load event, and before calling this method, I want to start the heartbeat (it should trigger every minute) and continue executing the long-running query. Once the query is completed, the heartbeat should stop. My long-running query is a synchronous method." how to proceed.
I want to implement the heartbeat functionality in the Page_Load event. I have a long-running query in the Page_Load event, and before calling this method, I want to start the heartbeat (it should trigger every minute) and continue executing the long-running query. Once the query is completed, the heartbeat should stop. My long-running query is a synchronous method." how to proceed.