Show / Hide Table of Contents

Interface ICloseableLogConsumer

An interface used to consume log entries, when a Close function is also supported.

Inherited Members
ILogConsumer.Log(Severity, LoggerType, String, String, IPEndPoint, Exception, Int32)
Namespace: Orleans.Runtime
Assembly: Orleans.Core.Legacy.dll
Syntax
public interface ICloseableLogConsumer : ILogConsumer

Methods

| Improve this Doc View Source

Close()

Close this log.

Declaration
void Close()

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX