FSMBaseStateTS, TDReplying Method |
Send reply to sender of the current message, if available.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic FSMBaseState<TS, TD> Replying(
Object replyValue
)
Public Function Replying (
replyValue As Object
) As FSMBaseState(Of TS, TD)
public:
FSMBaseState<TS, TD>^ Replying(
Object^ replyValue
)
member Replying :
replyValue : Object -> FSMBaseState<'TS, 'TD>
Parameters
- replyValue
- Type: SystemObject
Return Value
Type:
FSMBaseStateTS,
TD[Missing <returns> documentation for "M:Akka.Actor.FSMBase.State`2.Replying(System.Object)"]
See Also