AzureBlobSink.EmitBatchAsync(IEnumerable<LogEvent>) Method

Definition

This API supports the .NET infrastructure and is not intended to be used directly from your code.

protected:
 override System::Threading::Tasks::Task ^ EmitBatchAsync(System::Collections::Generic::IEnumerable<Serilog::Events::LogEvent ^> ^ events);
protected override System.Threading.Tasks.Task EmitBatchAsync (System.Collections.Generic.IEnumerable<Serilog.Events.LogEvent> events);
override this.EmitBatchAsync : seq<Serilog.Events.LogEvent> -> System.Threading.Tasks.Task
Protected Overrides Function EmitBatchAsync (events As IEnumerable(Of LogEvent)) As Task

Parameters

events
IEnumerable<Serilog.Events.LogEvent>

Returns

Task

Applies to