| FSMBaseStateTS, 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
)
member Replying :
replyValue : Object -> FSMBaseState<'TS, 'TD>
Parameters
- replyValue
- Type: SystemObject
TBD
Return Value
Type:
FSMBaseStateTS,
TDTBD
See Also