TestimoX

API Reference

Class

DnsLogSummaryStreamer

Namespace ADPlayground
Assembly ADPlayground
Modifiers static

Streams DNS debug log entries or periodic summaries as an async sequence.

Inheritance

  • Object
  • DnsLogSummaryStreamer

Methods

public static IAsyncEnumerable<Object> StreamAsync(DnsLogSummaryOptions opts, CancellationToken ct) #
Returns: IAsyncEnumerable<Object>

Streams raw DNS debug log events or periodic summaries based on options provided.

Parameters

opts ADPlayground.DnsLogSummaryOptions requiredposition: 0
Tailing and summarization options.
ct System.Threading.CancellationToken requiredposition: 1
Cancellation token to stop streaming.

Returns

Async sequence of raw event objects or interval summary rows.