1 implementation of AppendAsync
Microsoft.Extensions.Logging.AzureAppServices (1)
BlobAppendReferenceWrapper.cs (1)
31
public async Task
AppendAsync
(ArraySegment<byte> data, CancellationToken cancellationToken)
1 reference to AppendAsync
Microsoft.Extensions.Logging.AzureAppServices (1)
BlobLoggerProvider.cs (1)
82
await blob.
AppendAsync
(buffer, cancellationToken).ConfigureAwait(false);