Creates a new instance of the SMSBrokerAccount class.

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 SMSBrokerConfiguration(
	string id,
	string[] accounts
)
Visual Basic
Public Sub New ( _
	id As String, _
	accounts As String() _
)

Parameters

id
Type: System..::..String
the ID of this object.
accounts
Type: array<System..::..String>[]()[][]

See Also