Flush contact records from the dialing queue in order to prevent them from being dialed.

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 bool FlushContacts(
	IEnumerable<KeyValuePair<string, ConfigurationId>> records
)
Visual Basic
Public Function FlushContacts ( _
	records As IEnumerable(Of KeyValuePair(Of String, ConfigurationId)) _
) As Boolean

Parameters

records
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'KeyValuePair<(Of <(<'String, ConfigurationId>)>)>>)>)>
A collection of KeyValuePairs containing the I3_Identity (key) of the contact and the Id of the campaign (value) in which it is active

See Also