'Declaration Protected Sub AddChangedTopic( _ ByVal topicId As Integer, _ ByVal topicKey As String _ )
'Usage Dim instance As AsyncApplication Dim topicId As Integer Dim topicKey As String instance.AddChangedTopic(topicId, topicKey)
Parameters
- topicId
- An integer value indicates the topic ID.
- topicKey
- A string value indicates the topic key.