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

Namespace:  Akka.Actor
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
NotSupportedException This exception is automatically thrown since this actor doesn't have a provider.
See Also