Beispiel #1
0
 /// <summary>
 /// Checks if the table storage table exists asynchronously.
 /// </summary>
 /// <returns>Task&lt;System.Boolean&gt;.</returns>
 public Task <bool> TableExistsAsync()
 {
     return(_tableStore.TableExistsAsync());
 }