IAsyncFlushable Interface

Definition

Represents a task based flush for sending telemetry to application insights.

public interface IAsyncFlushable : IDisposable
type IAsyncFlushable = interface
    interface IDisposable
Public Interface IAsyncFlushable
Implements IDisposable
Derived
Implements

Methods

FlushAsync(CancellationToken)

Flushes the in-memory buffer asynchronously.

Applies to