コード例 #1
0
ファイル: Topics.cs プロジェクト: MudaKaizen/HackishAzure
 public bool Create(string topicName, TopicDefinition topicDefinition)
 {
     return Create(topicName, topicDefinition.ToString(), false);
 }
コード例 #2
0
ファイル: Topics.cs プロジェクト: MudaKaizen/HackishAzure
 public bool Update(string topicName, TopicDefinition topicDefinition)
 {
     return Update(topicName, topicDefinition.ToString());
 }