Adds scheduled calls to the scheduled calls table, or replaces entries with the same campaign and identity.

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 int AddScheduledCalls(
	IList<ScheduledCall> calls
)
Visual Basic
Public Function AddScheduledCalls ( _
	calls As IList(Of ScheduledCall) _
) As Integer

Parameters

calls
Type: System.Collections.Generic..::..IList<(Of <(<'ScheduledCall>)>)>
The scheduled calls to add.

Return Value

The number of calls added and/or replaced.

See Also