A command that updates existing records in a contact list table.

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 sealed class UpdateCommand : ContactListCommand
Visual Basic
Public NotInheritable Class UpdateCommand _
	Inherits ContactListCommand

Remarks

This method can only be used to update records in the contact list table. For scheduled calls, use AddScheduledCalls(IList<(Of <<'(ScheduledCall>)>>)).

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Configuration.Dialer..::..ContactListCommand
    ININ.IceLib.Configuration.Dialer..::..UpdateCommand

See Also