| AbsoluteTimeoutAction Constructor (String, Int32) |
Creates a new AbsoluteTimeoutAction with the given channel and timeout.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AbsoluteTimeoutAction(
string channel,
int timeout
)
Public Sub New (
channel As String,
timeout As Integer
)
public:
AbsoluteTimeoutAction(
String^ channel,
int timeout
)
new :
channel : string *
timeout : int -> AbsoluteTimeoutAction
Parameters
- channel
- Type: SystemString
the name of the channel - timeout
- Type: SystemInt32
the timeout in seconds or 0 to cancel the AbsoluteTimeout
See Also