Click or drag to resize
IActorDslBecome Method
Become new behavior with discard of the old one. Equivalent of: Context.Become(_, discardOld: true).

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

Parameters

handler
Type: SystemActionObject, IActorContext

[Missing <param name="handler"/> documentation for "M:Akka.Actor.Dsl.IActorDsl.Become(System.Action{System.Object,Akka.Actor.IActorContext})"]

See Also