FSM<(Of <(<'TS, TD>)>)>..::..SetStateTimeout 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)

Syntax


public void SetStateTimeout(
	TS state,
	Nullable<TimeSpan> timeout
)
Public Sub SetStateTimeout ( _
	state As TS, _
	timeout As Nullable(Of TimeSpan) _
)
public:
void SetStateTimeout(
	TS state, 
	Nullable<TimeSpan^> timeout
)

Parameters

state
Type: TS
timeout
Type: Nullable<(Of <(<'TimeSpan>)>)>