Click or drag to resize
Akka.NETLocalActorRef Constructor
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LocalActorRef(
	ActorSystemImpl system,
	Props props,
	MessageDispatcher dispatcher,
	MailboxType mailboxType,
	IInternalActorRef supervisor,
	ActorPath path
)

Parameters

system
Type: Akka.Actor.Internal.ActorSystemImpl
TBD
props
Type: Akka.Actor.Props
TBD
dispatcher
Type: Akka.Dispatch.MessageDispatcher
TBD
mailboxType
Type: Akka.Dispatch.MailboxType
TBD
supervisor
Type: Akka.Actor.IInternalActorRef
TBD
path
Type: Akka.Actor.ActorPath
TBD
See Also