Click or drag to resize
AbsoluteTimeoutAction Constructor (String, Int32)
Creates a new AbsoluteTimeoutAction with the given channel and timeout.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AbsoluteTimeoutAction(
	string channel,
	int timeout
)

Parameters

channel
Type: SystemString
the name of the channel
timeout
Type: SystemInt32
the timeout in seconds or 0 to cancel the AbsoluteTimeout
See Also