The number of additional times the system will go through the contact list before ending the campaign.

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

Remarks

The word "recycle" in this context means a single passthrough of the contact list, not be confused with the act of recycling, or restarting, the contact list. If, for example, this property is set to 5, the campaign will restart the contact list 4 times, but will go through the contact list 5 times because the initial passthrough does not require a restart.

Exceptions

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

See Also