Encapsulates one or more commands to run as one as transaction.
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 class ContactListTransaction : List<ContactListCommand> |
Visual Basic |
---|
Public Class ContactListTransaction _ Inherits List(Of ContactListCommand) |
Remarks
The commands in a transaction may operate on different contact lists within the same transaction, but they must all use the same database connection.
Inheritance Hierarchy
System..::..Object
System.Collections.Generic..::..List<(Of <(<'ContactListCommand>)>)>
ININ.IceLib.Configuration.Dialer..::..ContactListTransaction
System.Collections.Generic..::..List<(Of <(<'ContactListCommand>)>)>
ININ.IceLib.Configuration.Dialer..::..ContactListTransaction