AzureBlobSink.EmitBatchAsync(IEnumerable<LogEvent>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>