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

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override IActorRef Sender { get; }

Property Value

Type: IActorRef
Exceptions
ExceptionCondition
IllegalActorStateException This exception is thrown automatically since this envelope does not have a sender.
See Also