Click or drag to resize
Akka.NETEnvelope Constructor (Object, IActorRef, ActorSystem)
Initializes a new instance of the Envelope struct.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Envelope(
	Object message,
	IActorRef sender,
	ActorSystem system
)

Parameters

message
Type: SystemObject
The message being sent.
sender
Type: Akka.ActorIActorRef
The actor who sent the message.
system
Type: Akka.ActorActorSystem
The current actor system.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown if the given message is undefined.
See Also