Пример #1
0
 public virtual async Task <Response> SetAccessPolicyAsync(IEnumerable <SignedIdentifier> tableAcl = null, int?timeout = null, string requestId = null, CancellationToken cancellationToken = default) =>
 await _tableOperations.SetAccessPolicyAsync(_table, timeout, requestId, tableAcl, cancellationToken).ConfigureAwait(false);