Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.FSharp
Actors.Actor(Message) Interface
Actor(Message) Methods
Defer Method
Receive Method
Sender Method
Stash Method
Unhandled Method
Unstash Method
UnstashAll Method
Actors
Actor
Message
Stash Method
Stashes the current message (the message that the actor received last)
Namespace:
Akka.FSharp
Assembly:
Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
void
Stash
()
abstract
Stash
:
unit
->
unit
See Also
Reference
Actors
Actor
Message
Interface
Akka.FSharp Namespace
Akka.NET Home
|
Learn Akka.NET