Click or drag to resize
Akka.NETFSMTState, TDataSetStateTimeout Method
Set the state timeout explicitly. This method can be safely used from within a state handler.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void SetStateTimeout(
	TState state,
	Nullable<TimeSpan> timeout
)

Parameters

state
Type: TState
TBD
timeout
Type: SystemNullableTimeSpan
TBD
See Also