Click or drag to resize
Akka.NETEnvelope Constructor (Object, IActorRef)
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
)

Parameters

message
Type: SystemObject
The message being sent.
sender
Type: Akka.ActorIActorRef
The actor who sent the message.
See Also