Gets the penetration rate of a given contact list, given a set of criteria defining the method of defining a penetrated record.

Namespace: ININ.IceLib.Dialer.Supervisor
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public ContactListPenetration..::..ContactListPenetrationRate GetPenetrationRate(
	ConfigurationId connectionId,
	string table,
	string numeratorFilter,
	string denominatorFilter
)
Visual Basic
Public Function GetPenetrationRate ( _
	connectionId As ConfigurationId, _
	table As String, _
	numeratorFilter As String, _
	denominatorFilter As String _
) As ContactListPenetration..::..ContactListPenetrationRate

Parameters

connectionId
Type: ConfigurationId
The connection ID
table
Type: System..::..String
The name of an existing contact list table in the database pointed to by connectionId.
numeratorFilter
Type: System..::..String
The numerator filter
denominatorFilter
Type: System..::..String
The denominator filter

Return Value

The contact list penetration rate, the number of records penetrated and the total number of records available for the calculation.

See Also