Click or drag to resize
FSMBaseStateTS, TDReplying Method
Send reply to sender of the current message, if available.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public FSMBaseState<TS, TD> Replying(
	Object replyValue
)

Parameters

replyValue
Type: SystemObject

Return Value

Type: FSMBaseStateTS, TD

[Missing <returns> documentation for "M:Akka.Actor.FSMBase.State`2.Replying(System.Object)"]

See Also