Exemple #1
0
 public bool Create(string topicName, TopicDefinition topicDefinition)
 {
     return Create(topicName, topicDefinition.ToString(), false);
 }
Exemple #2
0
 public bool Update(string topicName, TopicDefinition topicDefinition)
 {
     return Update(topicName, topicDefinition.ToString());
 }