The maximum percentage of calls that are abandoned the dialing server will allow before adjusting the dialing pace.

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, double> MaxAbandonRate { get; }
Visual Basic
Public ReadOnly Property MaxAbandonRate As GeneralConfigurationProperty(Of CampaignConfiguration..::..Property, Double)
	Get

Remarks

If the value is set to 0.0 or less, the dialing pace will not be adjusted based on the abandon rate.

Exceptions

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

See Also