Example #1
0
 /// <summary>
 ///     See <see cref="IAzureSet.CreateTableIfNotExists"/>.
 /// </summary>
 public Task CreateTableIfNotExistsAsync(CloudTableClient tableClient)
 {
     return(tableClient.CreateTableIfNotExistsAsync(new T().PartitionKey));
 }