| PersistentFSMBaseTState, TData, TEventSetStateTimeout Method |
Set the state timeout explicitly. This method can be safely used from
within a state handler.
Namespace:
Akka.Persistence.Fsm
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void SetStateTimeout(
TState state,
Nullable<TimeSpan> timeout
)
member SetStateTimeout :
state : 'TState *
timeout : Nullable<TimeSpan> -> unit
Parameters
- state
- Type: TState
TBD - timeout
- Type: SystemNullableTimeSpan
TBD
See Also