Click or drag to resize
FSMTState, 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: 0.8.0.0 (0.8.0.0)
Syntax
public void SetStateTimeout(
	TState state,
	Nullable<TimeSpan> timeout
)

Parameters

state
Type: TState

[Missing <param name="state"/> documentation for "M:Akka.Actor.FSM`2.SetStateTimeout(`0,System.Nullable{System.TimeSpan})"]

timeout
Type: SystemNullableTimeSpan

[Missing <param name="timeout"/> documentation for "M:Akka.Actor.FSM`2.SetStateTimeout(`0,System.Nullable{System.TimeSpan})"]

See Also