Executes one or more commands against the contact list as a transaction.

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 RunTransaction(
	ContactListTransaction transaction
)
Visual Basic
Public Function RunTransaction ( _
	transaction As ContactListTransaction _
) As Integer

Parameters

transaction
Type: ININ.IceLib.Configuration.Dialer..::..ContactListTransaction
The list of commands to execute.

Return Value

The sum of records affected by every command. Each command in transaction retains a count of the records it affected.

See Also