Click or drag to resize
Akka.NETMailboxTypeCreate Method
Creates a new IMessageQueue from the specified parameters.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract IMessageQueue Create(
	IActorRef owner,
	ActorSystem system
)

Parameters

owner
Type: Akka.ActorIActorRef
Optional.
system
Type: Akka.ActorActorSystem
Optional.

Return Value

Type: IMessageQueue
The resulting IMessageQueue
See Also