示例#1
0
 public static Task <bool> DeleteIfNotExistsAsync(this CloudTable tbl, CancellationToken token)
 {
     return(tbl.DeleteIfNotExistsAsync(null, null, token));
 }