Click or drag to resize
AgentCallbackLoginActionWrapupTime Property
Returns the minimum amount of time (in milliseconds) after disconnecting before the caller can receive a new call.
This property is optional, it allows you to override the defaults defined in Asterisk's configuration.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public long WrapupTime { get; set; }

Property Value

Type: Int64
See Also