Example #1
0
 /// <summary>
 /// Creates the table storage table asynchronously.
 /// </summary>
 /// <returns>Task.</returns>
 public Task CreateTableAsync()
 {
     return(_tableStore.CreateTableAsync());
 }