The amount of time (in minutes) the system will wait before checking if an agent is available to take an auto-scheduled callback. The delay process is repeated if the agent is stil not available, up to the number of attempts specified by MaxAgentCallbackReschedules.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public GeneralConfigurationProperty<CampaignConfiguration..::..Property, int> RescheduleDelay { get; }
Visual Basic
Public ReadOnly Property RescheduleDelay As GeneralConfigurationProperty(Of CampaignConfiguration..::..Property, Integer)
	Get

Exceptions

ExceptionCondition
InsufficientRightsExceptionThe user does not have permission to view the property.

See Also