Interface IFlushableLogConsumer
An interface used to consume log entries, when a Flush function is also supported.
Inherited Members
Namespace: Orleans.Runtime
Assembly: Orleans.Core.Legacy.dll
Syntax
public interface IFlushableLogConsumer : ILogConsumer
Methods
| Improve this Doc View SourceFlush()
Flush any pending log writes.
Declaration
void Flush()