CTI32 Engine Class Library

Db Constructor 

Constructor to create Db object for the channel (thread)

[Visual Basic]
Public Sub New( _
   ByVal l As Log, _
   ByVal dbc As DbConnection _
)
[C#]
public Db(
   Log l,
   DbConnection dbc
);

Parameters

l
Log object for writing logs and monitor
dbc
The dbConnection object of connected database

See Also

Db Class | CTI32Engine Namespace