IRTDUpdateEvent Interface

Definition

Represents real-time data update events.

public interface class IRTDUpdateEvent
[System.Runtime.InteropServices.Guid("A43788C1-D91B-11D3-8F39-00C04F3651B8")]
public interface IRTDUpdateEvent
Public Interface IRTDUpdateEvent
Attributes

Remarks

To instantiate or to return an IRTDUpdateEvent object, declare a variable as an IRTDUpdateEvent object, and then use that variable as a callback object.

Properties

HeartbeatInterval

Returns or sets an Integer for the interval between updates for real-time data. Read/write.

Methods

Disconnect()

Instructs the real-time data server (RTD) to disconnect from the specified IRTDUpdateEvent object.

UpdateNotify()

The real-time data (RTD) server uses this method to notify Microsoft Excel that new data has been received.

Applies to