Show / Hide Table of Contents

Interface ILogEntryProducer<TEntry>

Represents supplier of log entries.

Inherited Members
IAsyncEnumerator<TEntry>.MoveNextAsync()
IAsyncEnumerator<TEntry>.Current
IAsyncDisposable.DisposeAsync()
Namespace: DotNext.IO.Log
Assembly: DotNext.IO.dll
Syntax
public interface ILogEntryProducer<out TEntry> : IAsyncEnumerator<TEntry>, IAsyncDisposable where TEntry : ILogEntry
Type Parameters
Name Description
TEntry

The type of the supplied log entries.

Properties

View Source

RemainingCount

Gets the remaining count of log entries in this object.

Declaration
long RemainingCount { get; }
Property Value
Type Description
long

The remaining count of log entries.

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾