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

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

Parameters

replyValue
Type: SystemObject
TBD

Return Value

Type: FSMBaseStateTS, TD
TBD
See Also