Example #1
0
 public Task CreateTopic(IFastQueueClient client, string topicName)
 {
     return(client.CreateTopic(topicName, CancellationToken.None));
 }