ActorCellSystemInvoke Method |
Systems the invoke.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void SystemInvoke(
Envelope envelope
)
Public Sub SystemInvoke (
envelope As Envelope
)
public:
void SystemInvoke(
Envelope envelope
)
member SystemInvoke :
envelope : Envelope -> unit
Parameters
- envelope
- Type: Akka.ActorEnvelope
The envelope.
See Also