Adds the specified topic to the changed list.
protected void AddChangedTopic(
int ,
string
)
'Declaration
Protected Sub AddChangedTopic( _
ByVal As Integer, _
ByVal 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.