'Declaration Function RefreshData( _ ByRef topicCount As Integer _ ) As Array
'Usage Dim instance As IRtdServer Dim topicCount As Integer Dim value As Array value = instance.RefreshData(topicCount)
Array RefreshData( ref int topicCount )
Parameters
- topicCount
- The RTD server must change the value of the TopicCount to the number of elements in the array returned.
Return Value
Array.