IRTDUpdateEvent.HeartbeatInterval Property
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.
Returns or sets an Integer for the interval between updates for real-time data. Read/write.
public:
property int HeartbeatInterval { int get(); void set(int value); };
public int HeartbeatInterval { get; set; }
Public Property HeartbeatInterval As Integer
Property Value
Remarks
Setting the HeartbeatInterval property to -1 will result in the Heartbeat() method not being called.
Note The heartbeat interval cannot be set below 15,000 milliseconds due to the standard 15-second time out.