IRtdServer.Heartbeat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the real-time data server is still active. Zero or a negative number indicates failure; a positive number indicates that the server is active.
public:
int Heartbeat();
public int Heartbeat ();
Public Function Heartbeat () As Integer
Returns
Remarks
The Heartbeat method is called by Microsoft Excel if the HeartbeatInterval property has elapsed since the last time Excel was called with the UpdateNotify() method.