| Envelope Constructor (Object, IActorRef) |
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
)
new :
message : Object *
sender : IActorRef -> Envelope
Parameters
- message
- Type: SystemObject
The message being sent. - sender
- Type: Akka.ActorIActorRef
The actor who sent the message.
See Also