Click or drag to resize
PoolNewRoutee Method

[Missing <summary> documentation for "M:Akka.Routing.Pool.NewRoutee(Akka.Actor.Props,Akka.Actor.IActorContext)"]

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public virtual Routee NewRoutee(
	Props routeeProps,
	IActorContext context
)

Parameters

routeeProps
Type: Akka.ActorProps

[Missing <param name="routeeProps"/> documentation for "M:Akka.Routing.Pool.NewRoutee(Akka.Actor.Props,Akka.Actor.IActorContext)"]

context
Type: Akka.ActorIActorContext

[Missing <param name="context"/> documentation for "M:Akka.Routing.Pool.NewRoutee(Akka.Actor.Props,Akka.Actor.IActorContext)"]

Return Value

Type: Routee

[Missing <returns> documentation for "M:Akka.Routing.Pool.NewRoutee(Akka.Actor.Props,Akka.Actor.IActorContext)"]

See Also