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