Click or drag to resize
Akka.NETActBecome Method (ActionObject, IActorContext)
TBD

Namespace:  Akka.Actor.Dsl
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Become(
	Action<Object, IActorContext> handler
)

Parameters

handler
Type: SystemActionObject, IActorContext
TBD

Implements

IActorDslBecome(ActionObject, IActorContext)
See Also