Share via


IRtdServer.DisconnectData Method

Notifies a real-time data (RTD) server application that a topic is no longer in use.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub DisconnectData ( _
    TopicID As Integer _
)
'Usage
Dim instance As IRtdServer
Dim TopicID As Integer

instance.DisconnectData(TopicID)
void DisconnectData(
    int TopicID
)

Parameters

  • TopicID
    Type: System.Int32

    Required Integer. A unique value assigned to the topic assigned by Microsoft Excel.

See Also

Reference

IRtdServer Interface

IRtdServer Members

Microsoft.Office.Interop.Excel Namespace