Click or drag to resize
IUntypedActorContextBecome Method (UntypedReceive, Boolean)
Becomes the specified receive.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
void Become(
	UntypedReceive receive,
	bool discardOld = true
)

Parameters

receive
Type: Akka.ActorUntypedReceive
The receive.
discardOld (Optional)
Type: SystemBoolean
if set to true [discard old].
See Also