Click or drag to resize
EnvelopeMessage Property
Gets or sets the message.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Object Message { get; set; }

Property Value

Type: Object
The message.
See Also