API Reference
Class
DnsLogSummaryStreamer
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
- Tailing and summarization options.
- ct System.Threading.CancellationToken
- Cancellation token to stop streaming.
Returns
Async sequence of raw event objects or interval summary rows.