Adds scheduled calls to the scheduled calls table, or replaces entries with the same campaign and identity.
Namespace: ININ.IceLib.Configuration.DialerAssembly: 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.