(Deprecated) The aggressiveness of outbound dialing ranging from -100 (not aggressive) to 100 (very aggressive).

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

Remarks

For control of the campaign's pace, use the AutopacingMaxPace property.

Exceptions

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

See Also