| Envelope Constructor (Object, IActorRef, ActorSystem) |
Initializes a new instance of the
Envelope struct.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Envelope(
Object message,
IActorRef sender,
ActorSystem system
)
new :
message : Object *
sender : IActorRef *
system : ActorSystem -> Envelope
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 See Also