Interface ILogEntryProducer<TEntry>
Represents supplier of log entries.
Inherited Members
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
| Improve this Doc View SourceRemainingCount
Gets the remaining count of log entries in this object.
Declaration
long RemainingCount { get; }
Property Value
Type | Description |
---|---|
Int64 | The remaining count of log entries. |