Click or drag to resize
Akka.NETInboxinbox Method
Creates an actor-like object, which could be interrogated from the outside. Usually it's used to spy on other actors lifecycle. Most of the inbox methods works in thread-blocking manner.

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Inbox inbox(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem

[Missing <param name="system"/> documentation for "M:Akka.FSharp.Inbox.inbox(Akka.Actor.ActorSystem)"]

Return Value

Type: Inbox

[Missing <returns> documentation for "M:Akka.FSharp.Inbox.inbox(Akka.Actor.ActorSystem)"]

See Also