Click or drag to resize
Akka.NETStandardOutLoggerProvider Property
N/A

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override IActorRefProvider Provider { get; }

Property Value

Type: IActorRefProvider

Implements

IInternalActorRefProvider
Exceptions
ExceptionCondition
NotImplementedExceptionThis exception is automatically thrown since StandardOutLogger does not support this property.
See Also